From 92f72c7b1ac9fa5c8c110f4e277d4bdd94d2adb5 Mon Sep 17 00:00:00 2001 From: PaulT Date: Thu, 1 Mar 2018 14:45:22 -0500 Subject: [PATCH] Update ConnectDB_mysql.inc --- includes/ConnectDB_mysql.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/ConnectDB_mysql.inc b/includes/ConnectDB_mysql.inc index d75512a33..d13d87ae4 100644 --- a/includes/ConnectDB_mysql.inc +++ b/includes/ConnectDB_mysql.inc @@ -28,14 +28,14 @@ if(!$db) { if(isset($DatabaseName)) { if(! mysql_select_db($_SESSION['DatabaseName'],$db)) { echo '
' . _('The company name entered does not correspond to a database on the database server specified in the config.php configuration file. Try logging in with a different company name'); - echo '
' . _('Back to login page') . ''; + echo '
' . _('Back to login page') . ''; unset($_SESSION['DatabaseName']); exit; } } else { if(! mysql_select_db($_SESSION['DatabaseName'],$db)) { echo '
' . _('The company name entered does not correspond to a database on the database server specified in the config.php configuration file. Try logging in with a different company name'); - echo '
' . _('Back to login page') . ''; + echo '
' . _('Back to login page') . ''; unset($_SESSION['DatabaseName']); exit; }