From 76704de091a401d2e676f7771942cbde2259f96c Mon Sep 17 00:00:00 2001 From: PaulT Date: Thu, 1 Mar 2018 14:53:48 -0500 Subject: [PATCH] Update ConnectDB_postgres.inc --- includes/ConnectDB_postgres.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/ConnectDB_postgres.inc b/includes/ConnectDB_postgres.inc index 305a44b32..d4fca786c 100644 --- a/includes/ConnectDB_postgres.inc +++ b/includes/ConnectDB_postgres.inc @@ -23,10 +23,10 @@ $db = pg_connect( $PgConnStr ); if( !$db ) { if($debug==1) { - echo '
' . $PgConnStr . '
'; + echo '
' . $PgConnStr . '
'; } - echo '
' . _('The company name entered together with the configuration in the file config.php for the database user name and password do not provide the information required to connect to the database.') . '

' . _(' Try logging in with an alternative company name.'); - echo '
' . _('Back to login page') . ''; + echo '
' . _('The company name entered together with the configuration in the file config.php for the database user name and password do not provide the information required to connect to the database.') . '

' . _(' Try logging in with an alternative company name.'); + echo '
' . _('Back to login page') . ''; unset($_SESSION['DatabaseName']); exit; }