diff --git a/auth.inc.php b/auth.inc.php index d1d978b2..42203f61 100644 --- a/auth.inc.php +++ b/auth.inc.php @@ -54,3 +54,4 @@ if (isset($_GET["logout"]) || !@mysql_connect( page_footer("auth"); exit; } +mysql_query("SET SQL_QUOTE_SHOW_CREATE=1");