From 17af7c03791caf122d6187b2dec62a046a32d98a Mon Sep 17 00:00:00 2001 From: rWatcher Date: Wed, 13 Jun 2012 14:48:53 -0400 Subject: [PATCH] Code comments. --- 3.0/modules/quotas/helpers/quotas_event.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3.0/modules/quotas/helpers/quotas_event.php b/3.0/modules/quotas/helpers/quotas_event.php index bd8a596e..c0dec588 100644 --- a/3.0/modules/quotas/helpers/quotas_event.php +++ b/3.0/modules/quotas/helpers/quotas_event.php @@ -109,6 +109,8 @@ class quotas_event_Core { } static function show_user_profile($data) { + // Display # of albums and photos/movies on user profile page. + // Also display current disc usage. $v = new View("user_profile_quotas.html"); $quotas_record = ORM::factory("users_space_usage")->where("owner_id", "=", $data->user->id)->find();