X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=wwwroot%2Finc%2Feventz%2Fuprav_zaregistrovanych.inc;h=fed3afaed25b808b050b399f9026a1fd3d321d31;hb=ac3bdc7218ef24f47f2d6adaae65c59079900665;hp=02d97d752c2ddc7b50bd73b9ab157b164b2e3e51;hpb=2bfe7a1ffe730d653c1a27072acb56365be2309e;p=mirrors%2FKyberia-bloodline.git diff --git a/wwwroot/inc/eventz/uprav_zaregistrovanych.inc b/wwwroot/inc/eventz/uprav_zaregistrovanych.inc index 02d97d7..fed3afa 100644 --- a/wwwroot/inc/eventz/uprav_zaregistrovanych.inc +++ b/wwwroot/inc/eventz/uprav_zaregistrovanych.inc @@ -3,16 +3,11 @@ function uprav_zaregistrovanych() { global $db,$error; // 2110364 >> debug user +// XXX hardcoded, rewrite $q="select users.login as persona,users.email as email,k,node_id,node_creator,login from nodes left join users on nodes.node_creator=users.user_id where node_name!='request for access' and node_parent=2091448 and k>=3"; -/* -$q="select users.login as persona,users.email as email,k,node_id,node_creator,login from nodes -left join users on nodes.node_creator=users.user_id where node_name!='request for access' and node_parent=2091448 and -k>=3 and user_id=2110364"; -*/ - $set=$db->query($q); while ($set->next()) { $noda=$set->getString('node_id'); @@ -54,4 +49,4 @@ echo "
"; return false; } -?> \ No newline at end of file +?>