GIT.Harvie.CZ
/
mirrors
/
Kyberia-bloodline.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ad1c0
)
setparrent fix
author
niekt0
<niekt0@kyberia.cz>
Wed, 22 Dec 2010 23:53:35 +0000
(
00:53
+0100)
committer
niekt0
<niekt0@kyberia.cz>
Wed, 22 Dec 2010 23:53:35 +0000
(
00:53
+0100)
wwwroot/inc/nodes.inc
patch
|
blob
|
blame
|
history
diff --git
a/wwwroot/inc/nodes.inc
b/wwwroot/inc/nodes.inc
index fc8e2710139100a288f6e9e2dbfd5df763becea2..175f9fd8299123b16b211dda694148351e9e46b2 100644
(file)
--- 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'];
This page took
0.158695 seconds
and
4
git commands to generate.