diff options
Diffstat (limited to 'Users')
-rw-r--r-- | Users/Users.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Users/Users.pm b/Users/Users.pm index ff5726c..5a00012 100644 --- a/Users/Users.pm +++ b/Users/Users.pm @@ -745,7 +745,7 @@ sub set_user sub set_self { - my ($uid, $old_passwd, $new_passwd, @comments) = @_; + my ($uid, @comments, $locale, $location) = @_; my ($users) = &get (); # Make backups manually, otherwise they don't get backed up. @@ -760,7 +760,7 @@ sub set_self return; } } - # TODO: change password + # TODO: change locale and location } |