]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/form/Calendar.class.php
Fixed a critical issue with previous commit (hard-coded timestamp for testing).
[timetracker.git] / WEB-INF / lib / form / Calendar.class.php
index 811a3fc5274af309b35f28942350b9673eb906b6..dd6e83ab1a2e264e806226a4cda72b0122110565 100644 (file)
@@ -166,7 +166,7 @@ class Calendar extends FormElement {
             $stl_cell = "";
             $stl_link = "";
 
-            // weeekend
+            // weekend
             if ($j==$weekend_start || $j==$weekend_end) {
               $stl_cell = ' class="CalendarDayWeekend"';
               $stl_link = ' class="CalendarLinkWeekend"';
@@ -281,4 +281,3 @@ class Calendar extends FormElement {
         return false;
     }
 }
-?>
\ No newline at end of file