X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Fsmarty%2Fnode_methodz%2Ffunction.get_threaded_children.php;h=b1bb7521e047ca0188ec87ff8d524d9899d496be;hb=45fe16f2bfbe95069118ca82222113023754db0e;hp=15e46c2d653d238ca3d343b93157b48c5d8dab28;hpb=444d6866b6ebaebc2a4c3d6386f2d47f3cb9fed7;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php b/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php index 15e46c2..b1bb752 100644 --- a/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php +++ b/wwwroot/inc/smarty/node_methodz/function.get_threaded_children.php @@ -45,7 +45,7 @@ else $security = ""; // by br & maniac if ($node['node_vector']=='') { - $node['node_vector']='blabla'; + $node['node_vector']='blabla'; // XXX // system("echo \"node: $node[node_id]\" >> /tmp/blabla.log") ; } @@ -63,7 +63,7 @@ else $security = ""; while ($result->next()) { $child = $result->getRecord(); - if($child['external_link']=='transport') $child = array_merge($child, transport_translate($child['node_content'])); + transport_process_node($child); if($child['synapse_creator']!='') $child['node_status']='linked'; $get_children_array[]=$child;