From a203a18d7cdc2434c09a5caf17593928b416b67e Mon Sep 17 00:00:00 2001 From: katagia Date: Thu, 24 Apr 2003 17:29:58 +0000 Subject: [PATCH] Errors are displayd in table and not via javascript --- lam/templates/account.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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';