bin/moduserprefs.sh
@@ -2,7 +2,7 @@ <?php /* +-----------------------------------------------------------------------+ | bin/moduserprefs.sh | | bin/moduserprefs.sh | | | | This file is part of the Roundcube Webmail client | | Copyright (C) 2012, The Roundcube Dev Team | @@ -31,7 +31,7 @@ // 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();