X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6fad626b400a77e2775397dc9e87960f4d53247c..6c376fcbe582d3dd0c211aeb8eef20c43850434e:/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";