summaryrefslogtreecommitdiffstats
path: root/frontends/php/users.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-06-20 08:17:12 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-06-20 08:17:12 +0000
commit01cd848a925015679ea237651e6291cd44129858 (patch)
tree4327bfc443b9aff048f93b9d12ae3ad2de15533a /frontends/php/users.php
parent06e27fe2d16497bb5021d9ed61b15a2d67b5d75e (diff)
- added column escalation_log.actiontype (Alexei)
- time related function 'nodata','date','dayofweek','time','now' will be periodically updated (Alexei) - update of functions optimised. Do not update if same value. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1880 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/users.php')
-rw-r--r--frontends/php/users.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontends/php/users.php b/frontends/php/users.php
index bd16b2af..2afe7395 100644
--- a/frontends/php/users.php
+++ b/frontends/php/users.php
@@ -36,6 +36,9 @@
show_footer();
exit;
}
+
+ $_GET["config"]=@iif(isset($_GET["config"]),$_GET["config"],get_profile("web.users.config",0));
+ update_profile("web.users.config",$_GET["config"]);
?>
<?php