aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2010071001.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-04-13 13:15:25 -0400
committercash <cash.costello@gmail.com>2013-04-13 13:15:25 -0400
commitf461006377263b4a3cfe6b5f0c50f0df9e4fe35d (patch)
treea4046b92894ab7d7826c74bc395580cb356a4774 /engine/lib/upgrades/2010071001.php
parentc1af06ed4faa8e1b0a84d6d7efbfcd0ed4c6598f (diff)
downloadelgg-f461006377263b4a3cfe6b5f0c50f0df9e4fe35d.tar.gz
elgg-f461006377263b4a3cfe6b5f0c50f0df9e4fe35d.tar.bz2
removed remnants of db profiling
Diffstat (limited to 'engine/lib/upgrades/2010071001.php')
-rw-r--r--engine/lib/upgrades/2010071001.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/upgrades/2010071001.php b/engine/lib/upgrades/2010071001.php
index 1b5d379d8..34f5a773e 100644
--- a/engine/lib/upgrades/2010071001.php
+++ b/engine/lib/upgrades/2010071001.php
@@ -30,11 +30,11 @@ function user_file_matrix_2010071001($guid) {
$sizes = array('large', 'medium', 'small', 'tiny', 'master', 'topbar');
-global $DB_QUERY_CACHE, $DB_PROFILE, $ENTITY_CACHE, $CONFIG;
+global $DB_QUERY_CACHE, $ENTITY_CACHE, $CONFIG;
$users = mysql_query("SELECT guid, username FROM {$CONFIG->dbprefix}users_entity
WHERE username != ''");
while ($user = mysql_fetch_object($users)) {
- $DB_QUERY_CACHE = $DB_PROFILE = $ENTITY_CACHE = array();
+ $DB_QUERY_CACHE = $ENTITY_CACHE = array();
$user_directory = user_file_matrix_2010071001($user->guid);
if (!$user_directory) {