From: anuko Date: Sun, 14 Jan 2018 14:52:50 +0000 (+0000) Subject: Cosmetic - maintenance adjustment. X-Git-Tag: timetracker_1.19-1~1373 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=21b321bd90ffd53e88021da44f39dc340cc63bc2;p=timetracker.git Cosmetic - maintenance adjustment. --- diff --git a/WEB-INF/lib/ttTeamHelper.class.php b/WEB-INF/lib/ttTeamHelper.class.php index 6f716f58..69fcaa0f 100644 --- a/WEB-INF/lib/ttTeamHelper.class.php +++ b/WEB-INF/lib/ttTeamHelper.class.php @@ -810,7 +810,7 @@ class ttTeamHelper { return true; } - // The getInactiveTeams is a maintenance function that returns an array of inactive team ids (max 50). + // The getInactiveTeams is a maintenance function that returns an array of inactive team ids (max 100). static function getInactiveTeams() { $inactive_teams = array(); $mdb2 = getConnection(); @@ -829,7 +829,7 @@ class ttTeamHelper { $count++; $inactive_teams[] = $team_id; // Limit the array size for perfomance by allowing this operation on small chunks only. - if ($count >= 50) break; + if ($count >= 100) break; } } return $inactive_teams; diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 7c5a8ab2..06726f1a 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.13.15.3747 | Copyright © Anuko | +  Anuko Time Tracker 1.13.15.3748 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve}