From ab49ea4caecdb2a139f606343833adb7baaf2ee6 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 17 Dec 2005 09:51:51 +0000 Subject: [PATCH] :D git-svn-id: file:///svn/phpbb/trunk@5342 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/db/dbal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/db/dbal.php b/phpBB/includes/db/dbal.php index c02f6d4e92..c451af4d24 100644 --- a/phpBB/includes/db/dbal.php +++ b/phpBB/includes/db/dbal.php @@ -198,7 +198,7 @@ class dbal if (!$this->return_on_error) { - $message = 'SQL ERROR [ ' . SQL_LAYER . ' ]

' . $error['message'] . ' [' . $error['code'] . ']; + $message = 'SQL ERROR [ ' . SQL_LAYER . ' ]

' . $error['message'] . ' [' . $error['code'] . ']'; // Show complete SQL error and path to administrators only if ($auth->acl_get('a_'))