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";