diff options
Diffstat (limited to 'modules/node.module')
-rw-r--r-- | modules/node.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node.module b/modules/node.module index f45f17002..5c0c884ca 100644 --- a/modules/node.module +++ b/modules/node.module @@ -37,8 +37,8 @@ function node_title_list($result, $title = NULL) { return theme("theme_node_list", $items, $title); } -function theme_node_list($items, $title) { - return theme("theme_item_list",$items,$title); +function theme_node_list($items, $title = NULL) { + return theme("theme_item_list", $items, $title); } // Update the 'last viewed' timestamp of the specified node for current user. |