- Fixed braino in title.module; should fix bug #1966 reported by Moshe.
parent
5646f894ac
commit
ab03855a8a
|
@ -21,6 +21,7 @@ function title_page() {
|
|||
}
|
||||
else if (db_num_rows($result) == 1) {
|
||||
$node = db_fetch_object($result);
|
||||
$node = node_load(array("nid" => $node->nid));
|
||||
theme("header");
|
||||
print node_show($node, NULL);
|
||||
theme("footer");
|
||||
|
|
Loading…
Reference in New Issue