1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

- bug fixes for #5618, #5588 and #5584

- 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:
Meik Sievertsen
2006-11-26 15:01:13 +00:00
parent 6583f90b8d
commit 9fa4f1f012

View File

@@ -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);