X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/de05f61301a897661c702f03c1b45dd3ab5c0e8a..1078c4da84d79f93ef7f8bbffc5f0c8cb2a1a274:/admin_groups.php diff --git a/admin_groups.php b/admin_groups.php index 78e083ca..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('groups', 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');