aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
diff options
context:
space:
mode:
authoricewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-10 17:12:27 +0000
committericewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-06-10 17:12:27 +0000
commit7abd3a520eea2c2a4661c4807e5fe8428269d7ba (patch)
tree6a730205486778fd1464685dafb6374a94e39d16 /engine/lib/database.php
parent8a1b7adade907b80917b74b6886ea4d1fd06c905 (diff)
downloadelgg-7abd3a520eea2c2a4661c4807e5fe8428269d7ba.tar.gz
elgg-7abd3a520eea2c2a4661c4807e5fe8428269d7ba.tar.bz2
Marcus Povey <marcus@dushka.co.uk>
* Spelling error git-svn-id: https://code.elgg.org/elgg/trunk@859 36083f99-b078-4883-b0ff-0f9b5a30f544
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)) {