Update init_tr.php

This commit is contained in:
Roman Kelesidis 2023-10-16 00:03:17 +07:00
parent 4b386079a5
commit 5a84c42514

View File

@ -465,7 +465,6 @@ class sql_db
function log_error () function log_error ()
{ {
if (!SQL_LOG_ERRORS) return; if (!SQL_LOG_ERRORS) return;
if (!error_reporting()) return;
$msg = array(); $msg = array();
$err = $this->sql_error(); $err = $this->sql_error();