]> wagnertech.de Git - timetracker.git/blobdiff - users.php
Added quota column on the users page.
[timetracker.git] / users.php
index fd9e7593fb30c941858390f6d321b98a2c9ba120..aa7f4440215e00e376160afccec6447b129f6817 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');