From a9e81125774d8169ca84b1a6fb1c70270288ecc3 Mon Sep 17 00:00:00 2001 From: e107steved Date: Fri, 3 Oct 2008 19:48:15 +0000 Subject: [PATCH] Small correction in error handling --- signup.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/signup.php b/signup.php index c7007f642..89fb4adc3 100644 --- a/signup.php +++ b/signup.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/signup.php,v $ -| $Revision: 1.20 $ -| $Date: 2008-09-23 19:55:43 $ +| $Revision: 1.21 $ +| $Date: 2008-10-03 19:48:00 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -822,7 +822,7 @@ global $db_debug; $text = LAN_405.'

'.$adviseLoginName; } } - if(isset($error_message)) + if ($error_message) { $text = "
".$error_message."
"; // Just display error message }