@@ -86,8 +86,7 @@ |
||
| 86 | 86 | |
| 87 | 87 | if (locale_emulation()) { |
| 88 | 88 | print "locale '$locale' is not supported on your system, using custom gettext implementation.\n"; |
| 89 | - } |
|
| 90 | - else { |
|
| 89 | + } else { |
|
| 91 | 90 | print "locale '$locale' is supported on your system, using native gettext implementation.\n"; |
| 92 | 91 | } |
| 93 | 92 | |
@@ -145,8 +145,7 @@ |
||
| 145 | 145 | if ($_SERVER['SERVER_PROTOCOL'] == 'HTTP/1.1') { |
| 146 | 146 | if (php_sapi_name() == 'cgi') { |
| 147 | 147 | header('Status: 303 See Other'); |
| 148 | - } |
|
| 149 | - else { |
|
| 148 | + } else { |
|
| 150 | 149 | header('HTTP/1.1 303 See Other'); |
| 151 | 150 | } |
| 152 | 151 | } |