Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.get_waiting_users.php
index a14f78a1b210500476b78ebf46c93d4f34c1e5b4..052ef3bc4904f9d2f0fcdd8c835527c7de193d97 100644 (file)
@@ -3,7 +3,7 @@
        function smarty_function_get_waiting_users($params,&$smarty) {
                global $db, $error, $node;
                $node_id=$node['node_id'];
-               $q="select node_content,users.* from users left join node_content on node_content.node_id=users.user_id where user_status='waiting'";
+               $q="select node_content,users.* from users where user_status='waiting'";
                if ($_SESSION['cube_vector']) $q.=" and cube_vector='".$_SESSION['cube_vector']."'";
                else $q.=" and cube_vector IS NULL";
                $result=$db->query($q);
This page took 0.100326 seconds and 4 git commands to generate.