X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Flib%2FI18n.class.php;h=7eb6228ffe5cbde537669fc35726eb14498926c3;hb=61284ea9e69220c9fc6a537bf0437584b1525367;hp=15799c23ee909a47685094f731eb2a3d2337e260;hpb=19f479eb795f39d331fbfe33ab20534112555630;p=timetracker.git diff --git a/WEB-INF/lib/I18n.class.php b/WEB-INF/lib/I18n.class.php index 15799c23..7eb6228f 100644 --- a/WEB-INF/lib/I18n.class.php +++ b/WEB-INF/lib/I18n.class.php @@ -70,7 +70,6 @@ class I18n { $this->weekdayNames = $i18n_weekdays; $this->weekdayShortNames = $i18n_weekdays_short; - $this->holidays = $i18n_holidays; foreach ($i18n_key_words as $kword=>$value) { $pos = strpos($kword, ".");