X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_temp_k.php;fp=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_temp_k.php;h=0000000000000000000000000000000000000000;hb=f9b322cc7cb38f9d23168c291ebc3e49040a4999;hp=96acd4237a6b08512d8b5c3ca03183680f4eaca3;hpb=673e23209e2e3b9782c037e70156a1a20154a5b9;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/smarty/node_methodz/function.get_temp_k.php b/inc/smarty/node_methodz/function.get_temp_k.php deleted file mode 100644 index 96acd42..0000000 --- a/inc/smarty/node_methodz/function.get_temp_k.php +++ /dev/null @@ -1,37 +0,0 @@ -NOW()-INTERVAL $interval HOUR and nodes.node_system_access='public' -and nodes.node_vector like '$vector%' -GROUP BY I.node_id ORDER BY count desc"; - - $set=$db->query($q); - while ($set->next()) { - $k_array[]=$set->getRecord(); - } - - $smarty->assign('get_temp_k',$k_array); - - - - } -?> -