X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bd5a201697a949a00738c890b227eda0948c0bf2..dff61baa6b8f972c0a74119258b81e6884a9191f:/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');