1
0

Code comments.

This commit is contained in:
rWatcher 2012-06-13 14:48:53 -04:00
parent 27dbbd0716
commit 17af7c0379

View File

@ -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();