]> wagnertech.de Git - timetracker.git/blobdiff - plugins/MonthlyQuota.class.php
A bit of cleanup.
[timetracker.git] / plugins / MonthlyQuota.class.php
index de1f7cd201069758d28f647b333f182fdd63783d..5a4e70798ee2c2fe6c92f00060af0bca45f3ea22 100644 (file)
@@ -81,7 +81,7 @@ class MonthlyQuota {
     return $numWorkdays * $user->workday_minutes;
   }
 
-  // getMany - returns an array of quotas for a given year for team.
+  // getMany - returns an array of quotas for a given year for group.
   private function getMany($year){
     $group_id = $this->group_id;
     $sql = "SELECT month, minutes FROM tt_monthly_quotas WHERE year = $year AND group_id = $group_id";