From 27496c4620f3669b3c5449816550edee73e3794f Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sun, 20 May 2001 16:47:50 +0000 Subject: - Changed the node_get_object() and node_get_array() functions to allow multiple conditions - Added the "delete" hook for node-modules. When called, a module should do additional clean-up if necessary. - Updated all node-modules --- modules/story.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/story.module') diff --git a/modules/story.module b/modules/story.module index 935f0ca93..637a4613a 100644 --- a/modules/story.module +++ b/modules/story.module @@ -135,7 +135,7 @@ function story_admin() { print story_overview(story_query($type)); break; case "edit": - print story_form(node_get_array("nid", check_input($id))); + print story_form(node_get_array(array("nid" => check_input($id)))); break; case "help": story_help(); -- cgit v1.2.3