From 21b321bd90ffd53e88021da44f39dc340cc63bc2 Mon Sep 17 00:00:00 2001 From: anuko Date: Sun, 14 Jan 2018 14:52:50 +0000 Subject: [PATCH] Cosmetic - maintenance adjustment. --- WEB-INF/lib/ttTeamHelper.class.php | 4 ++-- WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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} -- 2.20.1