1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

Small correction in error handling

This commit is contained in:
e107steved
2008-10-03 19:48:15 +00:00
parent be01f7b0b8
commit a9e8112577

View File

@@ -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.'<br /><br />'.$adviseLoginName;
}
}
if(isset($error_message))
if ($error_message)
{
$text = "<br /><b>".$error_message."</b><br />"; // Just display error message
}