| 1 |
<?php |
<?php |
| 2 |
// $Id: nodequeue.module,v 1.97 2009/10/24 20:35:08 ezrag Exp $ |
// $Id: nodequeue.module,v 1.98 2009/11/05 02:04:43 ezrag Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 2224 |
} |
} |
| 2225 |
|
|
| 2226 |
if (empty($references)) { |
if (empty($references)) { |
| 2227 |
return; |
return array(); |
| 2228 |
} |
} |
| 2229 |
// only allow the static cache to be used if the nid is the same as the last |
// only allow the static cache to be used if the nid is the same as the last |
| 2230 |
$subqueues = nodequeue_load_subqueues_by_reference($references, ($last_nid != $node->nid)); |
$subqueues = nodequeue_load_subqueues_by_reference($references, ($last_nid != $node->nid)); |