X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/98f86b438c91861eed8d384a7e9ab27e97d7d8b7..7d8f23aae5b4dbcff5a3dc565c4418acd7df30ea:/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');