X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1567369ac1fb744b704cacbe77542f55e410d61b..30634c0b3869d459552df1da06ec264fb1e6b086:/users.php?ds=inline 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');