From e1a409f64eb896dacc22a6ddf0ab8cd9b2fc84ad Mon Sep 17 00:00:00 2001 From: niekt0 Date: Thu, 23 Dec 2010 00:53:35 +0100 Subject: [PATCH] setparrent fix --- wwwroot/inc/nodes.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/inc/nodes.inc b/wwwroot/inc/nodes.inc index fc8e271..175f9fd 100644 --- a/wwwroot/inc/nodes.inc +++ b/wwwroot/inc/nodes.inc @@ -297,7 +297,7 @@ node_parent='$node_handle' order by node_created $orderby LIMIT $offset,$limit"; // Simple internal function to set node parrent -function setParent() { +function setParent($params) { global $db,$node,$error,$error_messages; $parent_id=$params['node_parent']; $node_id=$params['node_id']; -- 2.30.2