A little bit of coding style.

This commit is contained in:
Michal Čihař
2008-09-03 12:59:52 +00:00
parent a560b27076
commit 7199c3123c

View File

@@ -239,9 +239,9 @@ if (top != self) {
if (isset($_SESSION['PHP_AUTH_FORCE_USER'])) {
$default_user = $_SESSION['PHP_AUTH_FORCE_USER'];
$user_input_disabled = 'readonly="readonly"';
}
else
} else {
$user_input_disabled = '';
}
// END Swekey Integration
?>