aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-22 12:49:44 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-22 12:49:44 +0000
commit8655a3334d7cee94d4c36baf05401237f7d74dc7 (patch)
tree2369957ffff88e65d92603a66baf5637a3fa5a36 /engine/lib/database.php
parent2b6c87dac7970fd44b7216c23c9279c37c463942 (diff)
downloadelgg-8655a3334d7cee94d4c36baf05401237f7d74dc7.tar.gz
elgg-8655a3334d7cee94d4c36baf05401237f7d74dc7.tar.bz2
Refs #2673 moved changes into trunk from 1.7 branch
git-svn-id: http://code.elgg.org/elgg/trunk@7417 36083f99-b078-4883-b0ff-0f9b5a30f544
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 3170f3ac1..da068effd 100644
--- a/engine/lib/database.php
+++ b/engine/lib/database.php
@@ -156,7 +156,7 @@ function db_profiling_shutdown_hook() {
* @return void
*/
function db_delayedexecution_shutdown_hook() {
- global $DB_DELAYED_QUERIES, $CONFIG;
+ global $DB_DELAYED_QUERIES;
foreach ($DB_DELAYED_QUERIES as $query_details) {
// use one of our db functions so it is included in profiling.