diff --git a/lam/templates/account.php b/lam/templates/account.php index 93dc4620..217de2ff 100644 --- a/lam/templates/account.php +++ b/lam/templates/account.php @@ -188,12 +188,6 @@ switch ($select) { } -if ($error != "0") { - echo ''; - } - if ( $create ) { // Create-Button was pressed $_SESSION['account']->final_changegids = $f_final_changegids; @@ -237,7 +231,12 @@ echo '
- '; +
+ '; + + if (!$select) $select='general'; if ($createagain) $select='general'; if ($backmain) $select='backmain';
'; + if ($error != "0") echo $error; + echo '