diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-12-14 13:42:40 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-12-14 13:42:40 +0100 |
commit | 9849d550f9134a78fcb7894468ae3cd4f069d4a1 (patch) | |
tree | 8cb896c5cc5abe6e050c3db7e0de37965e5ee38b | |
parent | a0e3dcf170502bd74f74c5ac5952cd7ad6de3863 (diff) | |
parent | 1d1e21698e8ee3e1e9517967cdf5f96cb7e1ef93 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
-rwxr-xr-x | bin/moduserprefs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/moduserprefs.sh b/bin/moduserprefs.sh index a8fc3f655..b8ba98578 100755 --- a/bin/moduserprefs.sh +++ b/bin/moduserprefs.sh @@ -31,7 +31,7 @@ function print_usage() // get arguments -$args = rcube_utils:get_opt(array('u' => 'user', 'd' => 'delete')); +$args = rcube_utils::get_opt(array('u' => 'user', 'd' => 'delete')); if ($_SERVER['argv'][1] == 'help') { print_usage(); |