X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e80e19c6b609af8e06403a337a5cd46200ab4fc6..6753e281196a94e8a50d9c98d5195093e61fcefb:/admin_teams.php diff --git a/admin_teams.php b/admin_teams.php index 9c3d2092..55df54fc 100644 --- a/admin_teams.php +++ b/admin_teams.php @@ -27,8 +27,7 @@ // +----------------------------------------------------------------------+ require_once('initialize.php'); -import('form.Form'); -import('ttTeamHelper'); +import('ttGroupHelper'); // Access check. if (!ttAccessAllowed('administer_site')) { @@ -36,7 +35,7 @@ if (!ttAccessAllowed('administer_site')) { exit(); } -$smarty->assign('teams', ttTeamHelper::getTeams()); +$smarty->assign('teams', ttGroupHelper::getTopGroups()); $smarty->assign('title', $i18n->getKey('title.teams')); $smarty->assign('content_page_name', 'admin_teams.tpl'); $smarty->display('index.tpl');