@@ -65,7 +65,7 @@ |
||
| 65 | 65 | |
| 66 | 66 | $functionname = $this->config->auth_function; |
| 67 | 67 | $params = array($this->config->auth_function_username_paramname => $username, |
| 68 | - $this->config->auth_function_password_paramname => $password); |
|
| 68 | + $this->config->auth_function_password_paramname => $password); |
|
| 69 | 69 | |
| 70 | 70 | |
| 71 | 71 | $result = $this->call_ws($this->config->auth_serverurl, $functionname, $params); |
@@ -48,8 +48,8 @@ |
||
| 48 | 48 | |
| 49 | 49 | // Now get cli options. |
| 50 | 50 | list($options, $unrecognized) = cli_get_params(array('noupdate' => false, |
| 51 | - 'verbose'=> false, |
|
| 52 | - 'help' => false), array('n' => 'noupdate', 'v' => 'verbose', 'h' => 'help')); |
|
| 51 | + 'verbose'=> false, |
|
| 52 | + 'help' => false), array('n' => 'noupdate', 'v' => 'verbose', 'h' => 'help')); |
|
| 53 | 53 | |
| 54 | 54 | if ($unrecognized) { |
| 55 | 55 | $unrecognized = implode("\n ", $unrecognized); |