Skip to content

Commit

Permalink
Removed newline replaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sidler authored Mar 30, 2021
1 parent 57b3dd5 commit afeb98e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -892,19 +892,11 @@ private function processQuery($strQuery)

$strQuery = trim($strQuery);
$arrSearch = array(
"\r\n",
"\n",
"\r",
"\t",
" ",
" ",
" "
);
$arrReplace = array(
"",
"",
"",
" ",
" ",
" ",
" "
Expand Down

0 comments on commit afeb98e

Please sign in to comment.