Aleksander Machniak
2013-04-26 f23ef1c96859f6b01a9268c8606a22ceb719cf3d
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();