X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_neurons.php;fp=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_neurons.php;h=0000000000000000000000000000000000000000;hb=f9b322cc7cb38f9d23168c291ebc3e49040a4999;hp=eb9acf07e88e84adc93bc7a88b0dec8fbe4f7d3a;hpb=673e23209e2e3b9782c037e70156a1a20154a5b9;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/smarty/node_methodz/function.get_neurons.php b/inc/smarty/node_methodz/function.get_neurons.php deleted file mode 100644 index eb9acf0..0000000 --- a/inc/smarty/node_methodz/function.get_neurons.php +++ /dev/null @@ -1,21 +0,0 @@ -query($q); - while ($result->next()) { - $get_dendrites[]=$result->getRecord(); - } - $smarty->assign('get_dendrites',$get_dendrites); - - $q="select neurons.*,node_content,users.login,nodes.* from neurons left join nodes on neurons.dst=nodes.node_id left join users on nodes.node_creator=users.user_id where src='$node_id' order by synapse desc"; - $result=$db->query($q); - while ($result->next()) { - $get_axons[]=$result->getRecord(); - } - $smarty->assign('get_axons',$get_axons); - - } -?> \ No newline at end of file