psql db schema test
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.get_node_userlist.php
diff --git a/inc/smarty/node_methodz/function.get_node_userlist.php b/inc/smarty/node_methodz/function.get_node_userlist.php
deleted file mode 100644 (file)
index b5bd265..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-
-       function smarty_function_get_node_userlist($params,&$smarty) {
-
-               global $db,$node;
-               if (is_numeric($params['node_id'])) $node_id=$params['node_id'];
-               else $node_id=$node['node_id'];
-
-               $set=$db->query("select login,user_id from users where user_action_id='$node_id'");
-               while ($set->next()) {
-                       $userlist[]=$set->getRecord();
-               }
-
-               $smarty->assign('userlist',$userlist);
-
-       }
-?>
\ No newline at end of file
This page took 0.187118 seconds and 4 git commands to generate.