xzaara
2014-10-01 54462b0f684be317c4c54ba566abd73bb03ea243
Update password.php

Semicolons instead of colons in switch statement.
1 files modified
4 ■■■■ changed files
plugins/password/password.php 4 ●●●● patch | view | raw | blame | history
plugins/password/password.php
@@ -306,10 +306,10 @@
        switch ($result) {
            case PASSWORD_SUCCESS:
                return;
            case PASSWORD_CRYPT_ERROR;
            case PASSWORD_CRYPT_ERROR:
                $reason = $this->gettext('crypterror');
                break;
            case PASSWORD_CONNECT_ERROR;
            case PASSWORD_CONNECT_ERROR:
                $reason = $this->gettext('connecterror');
                break;
            case PASSWORD_ERROR: