From 1e88962be52be70b597644d8ed10b3ed93c0ec64 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Sun, 19 Nov 2023 12:40:41 +0700 Subject: [PATCH] Update init_tr.php --- bt/includes/init_tr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bt/includes/init_tr.php b/bt/includes/init_tr.php index 8354097f..df3fad5b 100644 --- a/bt/includes/init_tr.php +++ b/bt/includes/init_tr.php @@ -407,7 +407,7 @@ class sql_db } elseif ($mode == 'end') { - $this->sql_last_time = utime() - $this->sql_starttime; + $this->sql_last_time = utime() - $this->sql_starttime; // cur_query_time $this->sql_timetotal += $this->sql_last_time; $this->DBS['sql_timetotal'] += $this->sql_last_time;