X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=plugins%2FMonthlyQuota.class.php;h=5a4e70798ee2c2fe6c92f00060af0bca45f3ea22;hb=03c03896828d818303c12dfe2e368f5bd9e7dbae;hp=de1f7cd201069758d28f647b333f182fdd63783d;hpb=45c855269d952873285f7a835e82fc2b3eff3971;p=timetracker.git diff --git a/plugins/MonthlyQuota.class.php b/plugins/MonthlyQuota.class.php index de1f7cd2..5a4e7079 100644 --- a/plugins/MonthlyQuota.class.php +++ b/plugins/MonthlyQuota.class.php @@ -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";