Added quota column on the users page.
[timetracker.git] / users.php
index fd9e759..aa7f444 100644 (file)
--- a/users.php
+++ b/users.php
@@ -63,6 +63,7 @@ if ($uncompleted_indicators) {
 
 $smarty->assign('active_users', $active_users);
 $smarty->assign('inactive_users', $inactive_users);
+$smarty->assign('show_quota', $user->isPluginEnabled('mq'));
 $smarty->assign('title', $i18n->get('title.users'));
 $smarty->assign('content_page_name', 'users.tpl');
 $smarty->display('index.tpl');