get_opt() -> rcube_utils::get_opt()

This commit is contained in:
Aleksander Machniak 2015-08-02 19:50:26 +02:00
parent 9a59c93d6f
commit 4b89d77656
3 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ function print_usage()
}
// read arguments
$opts = get_opt(array(
$opts = rcube_utils::get_opt(array(
'a' => 'all',
'h' => 'host',
'u' => 'user',

View file

@ -41,7 +41,7 @@ function print_usage()
}
// read arguments
$opts = get_opt(array(
$opts = rcube_utils::get_opt(array(
'n' => 'num',
'h' => 'host',
'u' => 'user',

View file

@ -39,7 +39,7 @@ function print_usage()
}
// read arguments
$opts = get_opt(array(
$opts = rcube_utils::get_opt(array(
'h' => 'host',
'l' => 'limit',
'v' => 'verbose',