mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
- custom profile field fixed
- fixing sql_fetchfield from cache - changing the quote parser. In my tests i have not seen changed behaviour - but i might have broken something with this change. git-svn-id: file:///svn/phpbb/trunk@6232 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -361,7 +361,7 @@ class dbal
|
||||
// This could happen if the connection could not be established for example (then we are not able to grab the default language)
|
||||
if (!isset($user->lang['SQL_ERROR_OCCURRED']))
|
||||
{
|
||||
$message .= '<br /><br />An sql error occurred while fetching this page. Please contact an administrator if this problem persist.';
|
||||
$message .= '<br /><br />An sql error occurred while fetching this page. Please contact an administrator if this problem persists.';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user