]> wagnertech.de Git - timetracker.git/blobdiff - dbinstall.php
A bit of cleanup.
[timetracker.git] / dbinstall.php
index 63dee9c78f7c7bf416288d3e2c4b357cf591cf77..fb5e0317f38be0ac082454c783b44adcb0b00bf6 100644 (file)
@@ -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...<br>\n";