1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Format debug output (sql query)

This commit is contained in:
SecretR
2013-10-10 13:04:41 +03:00
parent d5f9c298c3
commit 672af0df15

View File

@@ -393,7 +393,7 @@ class e_db_mysql
if ($debug == 'now')
{
echo "** $query<br />\n";
echo "<pre>** $query</pre><br />\n";
}
if ($debug !== FALSE || strstr($_SERVER['QUERY_STRING'], 'showsql'))
{