aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/upgrades/2009102801.php
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-09 12:34:38 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-04-09 12:34:38 +0000
commit94d316ea1f20fbca680641cc846c9ead979e7017 (patch)
tree45e8732539de7af518bb5ad761f8c191677dbfd7 /engine/lib/upgrades/2009102801.php
parentc906e91726bbf53105234af073ce8d806cc9030f (diff)
downloadelgg-94d316ea1f20fbca680641cc846c9ead979e7017.tar.gz
elgg-94d316ea1f20fbca680641cc846c9ead979e7017.tar.bz2
Refs #3241 cleaned up comments on upgrades and removed the turning off of time limit in individual upgrades since this is now handled by the upgrade function
git-svn-id: http://code.elgg.org/elgg/trunk@8961 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/upgrades/2009102801.php')
-rw-r--r--engine/lib/upgrades/2009102801.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/engine/lib/upgrades/2009102801.php b/engine/lib/upgrades/2009102801.php
index 8885dbb09..cab9a6835 100644
--- a/engine/lib/upgrades/2009102801.php
+++ b/engine/lib/upgrades/2009102801.php
@@ -1,7 +1,8 @@
<?php
-// disable timeout for large sites.
-set_time_limit(0);
+/**
+ * Move user's data directories from using username to registration date
+ */
/**
* Generates a file matrix like Elgg 1.0 did
@@ -204,7 +205,7 @@ function user_file_matrix($guid) {
global $DB_QUERY_CACHE, $DB_PROFILE, $ENTITY_CACHE;
/**
- Upgrade file locations
+ * Upgrade file locations
*/
$users = mysql_query("SELECT guid, username
FROM {$CONFIG->dbprefix}users_entity WHERE username != ''");