1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-08 17:56:52 +02:00

Merge branch 'develop' of github.com:EXreaction/phpbb3 into ticket/11103

This commit is contained in:
Nathaniel Guse
2012-11-11 04:42:06 -06:00
41 changed files with 230 additions and 106 deletions

View File

@@ -620,7 +620,7 @@ function _sql($sql, &$errored, &$error_ary, $echo_dot = true)
{
global $db;
if (defined('DEBUG_EXTRA'))
if (defined('DEBUG'))
{
echo "<br />\n{$sql}\n<br />";
}