get_opt() -> rcube_utils::get_opt()
This commit is contained in:
parent
9a59c93d6f
commit
4b89d77656
3 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue