- Fixed braino in title.module; should fix bug #1966 reported by Moshe.

4.2.x
Dries Buytaert 2003-06-14 16:18:40 +00:00
parent 5646f894ac
commit ab03855a8a
1 changed files with 1 additions and 0 deletions

View File

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