- Patch #1345480 by rbayliss, chris.leversuch: node_load() does not document FALSE return value.

8.0.x
Dries 2011-12-10 08:33:20 -06:00
parent b7bbf85187
commit 9927d5804f
1 changed files with 1 additions and 1 deletions

View File

@ -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());