mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
- remove messenger->reset() calls (they are already performed on sending) git-svn-id: file:///svn/phpbb/trunk@6661 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -572,7 +572,7 @@ function _sql($sql, &$errored, &$error_ary, $echo_dot = true)
|
||||
|
||||
if (defined('DEBUG_EXTRA'))
|
||||
{
|
||||
echo "\n{$sql}\n";
|
||||
echo "<br />\n{$sql}\n<br />";
|
||||
}
|
||||
|
||||
$db->sql_return_on_error(true);
|
||||
|
Reference in New Issue
Block a user