X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_children.php;h=9852318792199b815c677013f25ecb0247835c36;hb=9cd69d5ea06deae80e2972e520c173a75563ccff;hp=75726787151f69654c96f906967b9421f16e7a69;hpb=9371f8b6a238eef18ede5cd21fa68b5591d037b6;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);