From ca6d6222ae089d66d5579f4fdd21ef4576f53637 Mon Sep 17 00:00:00 2001 From: Yuriy Pikhtarev Date: Fri, 5 May 2017 00:51:10 +0300 Subject: [PATCH] Unit of measure 'px' is redundant. --- library/includes/core/mysql.php | 4 ++-- library/includes/functions_dev.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/includes/core/mysql.php b/library/includes/core/mysql.php index d5b7b1b20..69b0b3a24 100644 --- a/library/includes/core/mysql.php +++ b/library/includes/core/mysql.php @@ -1010,14 +1010,14 @@ class sql_db $dbg = $this->dbg[$id]; $this->explain_out .= ' - +
 ' . $dbg['src'] . '  [' . sprintf('%.4f', $dbg['time']) . ' s]  ' . $dbg['info'] . ' ' . "$this->db_server.$this->selected_db" . ' :: Query #' . ($this->num_queries + 1) . ' 
' . $this->explain_hold . '
-
' . short_query($dbg['sql'], true) . '  
+
' . short_query($dbg['sql'], true) . '  

'; break; diff --git a/library/includes/functions_dev.php b/library/includes/functions_dev.php index 28a7d56e7..6c31a0a03 100644 --- a/library/includes/functions_dev.php +++ b/library/includes/functions_dev.php @@ -70,7 +70,7 @@ function get_sql_log_html($db_obj, $log_name) . '' . $time . ' ' . '' . $perc . '' . ' ' - . '' . $sql . '' + . '' . $sql . '' . ' # ' . $info . ' ' . '' . "\n";