X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=quotas.php;h=2e64e425d7f078bf6a8359c29ca909613d212dc3;hb=f12e0989887b6cc05cef4d252105083eac063cd5;hp=ac0998c5ef799805900c04e2fa68c320ae81ca86;hpb=98f86b438c91861eed8d384a7e9ab27e97d7d8b7;p=timetracker.git 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');