/[drupal]/contributions/modules/cck/nodereference.module
ViewVC logotype

Diff of /contributions/modules/cck/nodereference.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.124, Mon Mar 31 03:16:09 2008 UTC revision 1.125, Mon Mar 31 06:58:47 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nodereference.module,v 1.123 2008/03/30 10:27:42 karens Exp $  // $Id: nodereference.module,v 1.124 2008/03/31 03:16:09 karens Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 686  function theme_nodereference_item_simple Line 686  function theme_nodereference_item_simple
686  }  }
687    
688  /**  /**
  * Provide a list of users to filter on.  
  */  
 function _nodereference_filter_handler($op, $filterinfo) {  
   $options = array(0 => t('<empty>'));  
   $options = $options + _nodereference_potential_references($filterinfo['extra']['field']);  
   return $options;  
 }  
   
 /**  
689   * FAPI theme for an individual elements.   * FAPI theme for an individual elements.
690   *   *
691   * The textfield or select is already rendered by the   * The textfield or select is already rendered by the

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125

  ViewVC Help
Powered by ViewVC 1.1.2