| 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 |
| 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>')); |