From 41cff5e3c6ee82840f8449055b6039686d03c177 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Fri, 8 Apr 2022 19:59:37 +0900 Subject: [PATCH] Remove old comment from DB\IO class about encoding settings --- www/lib/CoreLibs/DB/IO.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/www/lib/CoreLibs/DB/IO.php b/www/lib/CoreLibs/DB/IO.php index 7aa55faa..50558090 100644 --- a/www/lib/CoreLibs/DB/IO.php +++ b/www/lib/CoreLibs/DB/IO.php @@ -410,9 +410,6 @@ class IO false ); - // set the target encoding to the DEFAULT_ENCODING if it is one of them: EUC, Shift_JIS, UTF-8 - // @ the moment set only from outside - // set loop protection max count $this->MAX_QUERY_CALL = self::DEFAULT_MAX_QUERY_CALL;