- Patch #1345480 by rbayliss, chris.leversuch: node_load() does not document FALSE return value.
parent
b7bbf85187
commit
9927d5804f
|
@ -934,7 +934,7 @@ function node_load_multiple($nids = array(), $conditions = array(), $reset = FAL
|
|||
* (optional) Whether to reset the node_load_multiple() cache.
|
||||
*
|
||||
* @return
|
||||
* A fully-populated node object.
|
||||
* A fully-populated node object, or FALSE if the node is not found.
|
||||
*/
|
||||
function node_load($nid = NULL, $vid = NULL, $reset = FALSE) {
|
||||
$nids = (isset($nid) ? array($nid) : array());
|
||||
|
|
Loading…
Reference in New Issue