X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_children.php;h=9852318792199b815c677013f25ecb0247835c36;hb=afe738490837fa1cbc41daaaf6754c2feb2be024;hp=75726787151f69654c96f906967b9421f16e7a69;hpb=51ff32267c4949bad6a8dddc502cbc01ed56edc8;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/node_methodz/function.get_children.php b/wwwroot/inc/smarty/node_methodz/function.get_children.php index 7572678..9852318 100644 --- a/wwwroot/inc/smarty/node_methodz/function.get_children.php +++ b/wwwroot/inc/smarty/node_methodz/function.get_children.php @@ -1,5 +1,7 @@ query($q); while ($set->next()) { - $get_children_array[]=$set->getRecord(); + $get_children_array[]=addBase36id($set->getRecord()); } $smarty->assign('get_children',$get_children_array);