diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-10 17:12:27 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-10 17:12:27 +0000 |
commit | 7abd3a520eea2c2a4661c4807e5fe8428269d7ba (patch) | |
tree | 6a730205486778fd1464685dafb6374a94e39d16 /engine/lib/database.php | |
parent | 8a1b7adade907b80917b74b6886ea4d1fd06c905 (diff) | |
download | elgg-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.php | 4 |
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)) {
|