Finished refactoring Chinese Traditional translation.
[timetracker.git] / WEB-INF / lib / I18n.class.php
index a9f1b43..fd158f5 100644 (file)
@@ -54,7 +54,7 @@ class I18n {
 
   // TODO: refactoring ongoing down from here...
     function getWeekDayName($id) {
-      $id = intval($id);
+      $id = (int) $id;
       return $this->weekdayNames[$id];
     }