summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/users.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/users.inc.php')
-rw-r--r--frontends/php/include/users.inc.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/php/include/users.inc.php b/frontends/php/include/users.inc.php
index 44419f94..96276660 100644
--- a/frontends/php/include/users.inc.php
+++ b/frontends/php/include/users.inc.php
@@ -42,7 +42,6 @@
error("Insufficient permissions");
return 0;
}
-
if(DBfetch(DBselect("select * from users where alias=".zbx_dbstr($alias)." and ".DBin_node('userid', get_current_nodeid(false)))))
{
error('User "'.$alias.'" already exists');