X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/de79fff47f10297d7df2edf34aa6420de71cde5b..b6546c4547eb47a06f80b6d0ffa474d3929602f9:/admin_groups.php diff --git a/admin_groups.php b/admin_groups.php index fa5f51b2..ae66d150 100644 --- a/admin_groups.php +++ b/admin_groups.php @@ -27,7 +27,7 @@ // +----------------------------------------------------------------------+ require_once('initialize.php'); -import('ttGroupHelper'); +import('ttOrgHelper'); // Access checks. if (!ttAccessAllowed('administer_site')) { @@ -36,7 +36,7 @@ if (!ttAccessAllowed('administer_site')) { } // End of access checks. -$smarty->assign('teams', ttGroupHelper::getTopGroups()); +$smarty->assign('groups', ttOrgHelper::getOrgs()); $smarty->assign('title', $i18n->get('title.groups')); $smarty->assign('content_page_name', 'admin_groups.tpl'); $smarty->display('index.tpl');