diff options
author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-08-20 14:46:11 +0000 |
---|---|---|
committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-08-20 14:46:11 +0000 |
commit | 469d17e7d448ec1833abb72add88d1d1f61c4a06 (patch) | |
tree | 4a21e42405a82385c87981d5f2199e388a964272 /frontends/php/users.php | |
parent | 155fa1457186f7ffa453ba7bf68ae0c22387746b (diff) | |
download | zabbix-master.tar.gz zabbix-master.tar.xz zabbix-master.zip |
- [DEV-137] many small fixes (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5932 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/users.php')
-rw-r--r-- | frontends/php/users.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/users.php b/frontends/php/users.php index 418ab504..448ac74d 100644 --- a/frontends/php/users.php +++ b/frontends/php/users.php @@ -29,7 +29,7 @@ $page['title'] = 'S_USERS'; $page['file'] = 'users.php'; $page['hist_arg'] = array('config'); - $page['scripts'] = array('users.js'); + $page['scripts'] = array('menu_scripts.js'); include_once 'include/page_header.php'; @@ -571,7 +571,7 @@ include_once 'include/page_header.php'; $jsmenu = new CPUMenu(null,270); $jsmenu->InsertJavaScript(); - get_user_menu_array(); + set_users_jsmenu_array(); } } else if($_REQUEST['config']==1){ // USER GROUPS |