From 672af0df1557066a29b8e54afa16456bd5bc16d6 Mon Sep 17 00:00:00 2001 From: SecretR Date: Thu, 10 Oct 2013 13:04:41 +0300 Subject: [PATCH] Format debug output (sql query) --- e107_handlers/mysql_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/mysql_class.php b/e107_handlers/mysql_class.php index 346d9e9cf..75f525351 100644 --- a/e107_handlers/mysql_class.php +++ b/e107_handlers/mysql_class.php @@ -393,7 +393,7 @@ class e_db_mysql if ($debug == 'now') { - echo "** $query
\n"; + echo "
** $query

\n"; } if ($debug !== FALSE || strstr($_SERVER['QUERY_STRING'], 'showsql')) {