Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.13, Thu Mar 19 19:03:13 2009 UTC | revision 1.14, Sun May 3 01:58:40 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php // $Id: news.module,v 1.12 2009/03/18 22:33:50 vauxia Exp $ | <?php // $Id: news.module,v 1.13 2009/03/19 19:03:13 vauxia Exp $ |
| 2 | ||
| 3 | /** | /** |
| 4 | * @file | * @file |
| # | Line 68 function news_elements() { | Line 68 function news_elements() { |
| 68 | '#process' => array('send_process'), | '#process' => array('send_process'), |
| 69 | '#after_build' => array('send_set_value'), | '#after_build' => array('send_set_value'), |
| 70 | ), | ), |
| 71 | 'news_contact' => array( | |
| 72 | '#input' => TRUE, | |
| 73 | '#process' => array('send_process'), | |
| 74 | '#after_build' => array('send_set_value'), | |
| 75 | ), | |
| 76 | ); | ); |
| 77 | } | } |
| 78 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |