From f6f04a82fadbfe291b209eaa879f6ee373cb6e1d Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Wed, 26 Sep 2001 18:28:10 +0000 Subject: Bug fixes mostly - fixed book.module not generating next/prev links properly - re-added default node options to the admin page - fixed a potential bug in node.php. Nodes with same titles were confusing it at times, should fix the bug reported by Gerhard Killesreiter. --- modules/node/node.module | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/node/node.module') diff --git a/modules/node/node.module b/modules/node/node.module index 55fc07fc6..e5ac89f7d 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -340,6 +340,7 @@ function node_admin() { print node_edit_content(node_get_array(array("nid" => $id)), $type); break; case "default": + print node_setting(); break; case "confirm delete": print node_delete_confirmation($id); -- cgit v1.2.3