From 38869ea196ca84bd1388c5a2a5076eb2b361ed3e Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Sun, 6 Jun 2021 01:36:43 +0800 Subject: [PATCH] remove sql_query() strip wrap --- include/globalfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);