Added transport processing to get_linked_nodes smarty method
authorHarvie <tomas@mudrunka.cz>
Fri, 24 Dec 2010 03:31:30 +0000 (04:31 +0100)
committerHarvie <tomas@mudrunka.cz>
Fri, 24 Dec 2010 03:31:30 +0000 (04:31 +0100)
wwwroot/inc/smarty/node_methodz/function.get_linked_nodes.php

index 351679aceffaaf5b080979fb3430bc194c260203..37e003b7e892b4c3c095f5fa87cb6757ba17ca3c 100644 (file)
@@ -36,6 +36,7 @@
                $result=$db->query($q);
                while ($result->next()) {
                        $array=$result->getRecord();
+                       transport_process_node($array);
                        $array['node_status']="linked";
                        $array['node_created']=$array['synapse_created'];
                        $get_linked_nodes[]=$array;
This page took 0.244197 seconds and 4 git commands to generate.