aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/lib/database.php')
-rw-r--r--engine/lib/database.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index 75778f1e1..c637b1d24 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -140,7 +140,7 @@
if ((isset($CONFIG->debug)) && ($CONFIG->debug==true))
{
error_log("--- DB QUERY --- $query");
- error_log("--- EXPLAINATION --- " . print_r(explain_query($query,$dblink), true));
+ error_log("--- EXPLANATION --- " . print_r(explain_query($query,$dblink), true));
}
if ($result = mysql_query("$query", $dblink)) {
@@ -184,7 +184,7 @@
if ((isset($CONFIG->debug)) && ($CONFIG->debug==true))
{
error_log("--- DB QUERY --- $query");
- error_log("--- EXPLAINATION --- " . print_r(explain_query($query,$dblink), true));
+ error_log("--- EXPLANATION --- " . print_r(explain_query($query,$dblink), true));
}
if ($result = mysql_query("$query", $dblink)) {