diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-19 13:17:16 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-01-19 13:17:16 +0000 |
| commit | 57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8 (patch) | |
| tree | 8b5442c16a7edb578b00a1df7a5a28f794274f88 /frontends/php/users.php | |
| parent | 197bc5cadd3d2fc8826a5519248a6d8ebd0c60d9 (diff) | |
| download | zabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.tar.gz zabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.tar.xz zabbix-57c41aefe08e7a3c0356b1f30cb19cbe429ca2b8.zip | |
- Frontend improvements (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2544 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/users.php')
| -rw-r--r-- | frontends/php/users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/users.php b/frontends/php/users.php index 05d55600..d3366920 100644 --- a/frontends/php/users.php +++ b/frontends/php/users.php @@ -223,7 +223,7 @@ { insert_user_form(get_request("userid",NULL)); - if(isset($_REQUEST["userid"]))) + if(isset($_REQUEST["userid"])) { echo BR; show_table_header("USER PERMISSIONS"); |
