Moved all transport code to transports.inc
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / smarty / node_methodz / function.get_threaded_children.php
index 15e46c2d653d238ca3d343b93157b48c5d8dab28..802d1ceae47e1651618497a057db302e2e7c5c72 100644 (file)
@@ -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;
This page took 0.121867 seconds and 4 git commands to generate.