/[drupal]/contributions/modules/news/news.module
ViewVC logotype

Diff of /contributions/modules/news/news.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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    

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

  ViewVC Help
Powered by ViewVC 1.1.2