setparrent fix
authorniekt0 <niekt0@kyberia.cz>
Wed, 22 Dec 2010 23:53:35 +0000 (00:53 +0100)
committerniekt0 <niekt0@kyberia.cz>
Wed, 22 Dec 2010 23:53:35 +0000 (00:53 +0100)
wwwroot/inc/nodes.inc

index fc8e2710139100a288f6e9e2dbfd5df763becea2..175f9fd8299123b16b211dda694148351e9e46b2 100644 (file)
@@ -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'];
This page took 0.160828 seconds and 4 git commands to generate.