X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_waiting_users.php;fp=inc%2Fsmarty%2Fnode_methodz%2Ffunction.get_waiting_users.php;h=a14f78a1b210500476b78ebf46c93d4f34c1e5b4;hb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;hp=0000000000000000000000000000000000000000;hpb=bc13d5d6e1834068f8b690c32bba114e352dacdd;p=mirrors%2FKyberia-bloodline.git diff --git a/inc/smarty/node_methodz/function.get_waiting_users.php b/inc/smarty/node_methodz/function.get_waiting_users.php new file mode 100644 index 0000000..a14f78a --- /dev/null +++ b/inc/smarty/node_methodz/function.get_waiting_users.php @@ -0,0 +1,16 @@ +query($q); + while ($result->next()) { + $get_waiting_users[]=$result->getRecord(); + } + $smarty->assign('get_waiting_users',$get_waiting_users); + + } +?> \ No newline at end of file