X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/89fb789af54e5842342ef676fab13da4ab0b1098..de05f61301a897661c702f03c1b45dd3ab5c0e8a:/dbinstall.php diff --git a/dbinstall.php b/dbinstall.php index 63dee9c7..fb5e0317 100644 --- a/dbinstall.php +++ b/dbinstall.php @@ -900,7 +900,7 @@ if ($_POST) { if ($_POST["cleanup"]) { $mdb2 = getConnection(); - $inactive_teams = ttTeamHelper::getInactiveTeams(); + $inactive_teams = ttTeamHelper::getInactiveGroups(); $count = count($inactive_teams); print "$count inactive teams found...
\n";