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;