From: niekt0 Date: Wed, 22 Dec 2010 23:53:35 +0000 (+0100) Subject: setparrent fix X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=e1a409f64eb896dacc22a6ddf0ab8cd9b2fc84ad;p=mirrors%2FKyberia-bloodline.git setparrent fix --- 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'];