/[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.39.2.40, Thu Sep 4 23:01:27 2008 UTC revision 1.39.2.41, Wed Sep 17 09:12:29 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nodereference.module,v 1.39.2.39 2008/09/03 13:45:05 yched Exp $  // $Id: nodereference.module,v 1.39.2.40 2008/09/04 23:01:27 yched Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 535  function theme_nodereference_item_simple Line 535  function theme_nodereference_item_simple
535  }  }
536    
537  /**  /**
538   * Provide a list of users to filter on.   * Provide a list of nodes to filter on.
539   */   */
540  function _nodereference_filter_handler($op, $filterinfo) {  function _nodereference_filter_handler($op, $filterinfo) {
541    $options = array(0 => t('<empty>'));    $options = array(0 => t('<empty>'));

Legend:
Removed from v.1.39.2.40  
changed lines
  Added in v.1.39.2.41

  ViewVC Help
Powered by ViewVC 1.1.2