X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bd5a201697a949a00738c890b227eda0948c0bf2..32acd0caf0385a9fb7014af70d1a0ad438191dd7:/users.php diff --git a/users.php b/users.php index fd9e7593..aa7f4440 100644 --- 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');