diff --git a/include/globalfunctions.php b/include/globalfunctions.php index 65856874..c5967d00 100644 --- a/include/globalfunctions.php +++ b/include/globalfunctions.php @@ -64,7 +64,7 @@ function getip() { function sql_query($query) { - $query = preg_replace("/[\n\r\t]+/", " ", $query); +// $query = preg_replace("/[\n\r\t]+/", " ", $query); $begin = microtime(true); global $query_name; $result = mysql_query($query);