diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-26 13:28:43 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-26 13:28:43 +0000 |
| commit | 84b76acee504a3160ab2b568ab7517aedc8e5eb5 (patch) | |
| tree | 56b02f3a783860393fe18603104c71b8070f875e /frontends/php/include/users.inc.php | |
| parent | 45dd16822e8717f9685eb05ec2d6f7c5c43f1e3a (diff) | |
| download | zabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.tar.gz zabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.tar.xz zabbix-84b76acee504a3160ab2b568ab7517aedc8e5eb5.zip | |
- support of multiple actions per set of conidtions (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3927 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/users.inc.php')
| -rw-r--r-- | frontends/php/include/users.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/users.inc.php b/frontends/php/include/users.inc.php index 6407ca58..6994cf86 100644 --- a/frontends/php/include/users.inc.php +++ b/frontends/php/include/users.inc.php @@ -188,7 +188,7 @@ { return $row; } - error("No user with id [$userid]"); + /* error("No user with id [$userid]"); */ return false; } @@ -286,7 +286,7 @@ { return $row; } - error("No user groups with id [$usrgrpid]"); + /* error("No user groups with id [$usrgrpid]"); */ return FALSE; } ?> |
