diff options
Diffstat (limited to 'frontends/php/include/users.inc.php')
| -rw-r--r-- | frontends/php/include/users.inc.php | 4 |
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 |
