/[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.15, Fri May 15 14:35:15 2009 UTC revision 1.16, Wed May 20 21:06:53 2009 UTC
# Line 1  Line 1 
1  <?php // $Id: news.module,v 1.13 2009/03/19 19:03:13 vauxia Exp $  <?php // $Id: news.module,v 1.15 2009/05/15 14:35:15 vauxia Exp $
2    
3  /**  /**
4   * @file   * @file
# Line 22  function news_perm() { Line 22  function news_perm() {
22  }  }
23    
24  /**  /**
  * Implementation of hook_elements().  
  * Add a message element for the send form.  
  */  
 function news_elements() {  
   return array(  
     'news_message' => array(  
       '#input' => TRUE,  
       '#process' => array('send_process'),  
       '#after_build' => array('send_set_value'),  
     ),  
   );  
 }  
   
 /**  
25   * Implementation of Send module's hook_send_profile_info().   * Implementation of Send module's hook_send_profile_info().
26   */   */
27  function news_send_profile_info() {  function news_send_profile_info() {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

  ViewVC Help
Powered by ViewVC 1.1.2