summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/users.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-04 12:55:26 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-04 12:55:26 +0000
commit9c976c3c04e8a3f9bc9f9dbbdb429d82559f58b0 (patch)
tree928b80f63c70a9b8addd26cf3d099140e5f0febd /frontends/php/include/users.inc.php
parent16bfe6f1840d96fda7902f78a781430aa21d1e7e (diff)
- added history of last five visited pages (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4229 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/users.inc.php')
-rw-r--r--frontends/php/include/users.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/include/users.inc.php b/frontends/php/include/users.inc.php
index 8cf885bf..79e00d29 100644
--- a/frontends/php/include/users.inc.php
+++ b/frontends/php/include/users.inc.php
@@ -134,7 +134,8 @@
return $result;
}
- # Update User Profile
+
+ # Update User definition
function update_user_profile($userid,$passwd, $url,$autologout,$lang,$refresh)
{
@@ -187,6 +188,7 @@
/* error("No user with id [$userid]"); */
return false;
}
+
/**************************
USER GROUPS