1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 20:18:08 +02:00

Various bug fixes

This commit is contained in:
SecretR
2013-10-14 15:38:57 +03:00
parent 37ee3f132a
commit 2bdcceab9c
9 changed files with 20 additions and 43 deletions

View File

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