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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php
index 13ebbbd0c..4745ea2d3 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -91,7 +91,7 @@
$DB_PROFILE = array_count_values($DB_PROFILE);
- foreach ($DB_PROFILE as $k => $v)
+ foreach ($DB_PROFILE as $k => $v)
error_log("$v times: '$k' ");
error_log("DB Queries for this page: $dbcalls");