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.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index 3fee75917..97220dca7 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -24,7 +24,7 @@
function establish_db_link($dblinkname = "readwrite") {
// Get configuration, and globalise database link
- global $CONFIG, $dblink, $DB_QUERY_CACHE;
+ global $CONFIG, $dblink, $DB_QUERY_CACHE, $dbcalls;
if (!isset($dblink)) {
$dblink = array();
@@ -184,8 +184,8 @@
$dbcalls++;
- if ((isset($CONFIG->debug)) && ($CONFIG->debug==true))
- $DB_PROFILE[] = $query;
+ //if ((isset($CONFIG->debug)) && ($CONFIG->debug==true))
+ $DB_PROFILE[] = $query;
$result = mysql_query($query, $dblink);
$DB_QUERY_CACHE[$query] = -1; // Set initial cache to -1