From afeb98e3427a05807c26eabad11d081900d95323 Mon Sep 17 00:00:00 2001 From: Stefan Idler Date: Tue, 30 Mar 2021 14:56:37 +0200 Subject: [PATCH] Removed newline replaces --- src/Connection.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/Connection.php b/src/Connection.php index 8632146f..2516fe84 100644 --- a/src/Connection.php +++ b/src/Connection.php @@ -892,19 +892,11 @@ private function processQuery($strQuery) $strQuery = trim($strQuery); $arrSearch = array( - "\r\n", - "\n", - "\r", - "\t", " ", " ", " " ); $arrReplace = array( - "", - "", - "", - " ", " ", " ", " "