X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/21b321bd90ffd53e88021da44f39dc340cc63bc2..2e5d329bb88d0cda3515cccaea70575867b482fd:/quotas.php diff --git a/quotas.php b/quotas.php index ac0998c5..2e64e425 100644 --- a/quotas.php +++ b/quotas.php @@ -93,7 +93,7 @@ if ($request->isPost()){ } } -// Get monthly quotas where for the entire year. +// Get monthly quotas for the entire year. $monthsData = $quota->get($selectedYear); $form = new Form('monthlyQuotasForm');