# 2009-05-03 Herbert Straub # http://www.linuxhacker.at # Kronolith display no data in the webinterface. This is a workaround. # --- kronolith-h3-2.3.1/lib/Driver/holidays.php.orig 2009-05-03 08:33:43.000000000 +0200 +++ kronolith-h3-2.3.1/lib/Driver/holidays.php 2009-05-03 08:33:51.000000000 +0200 @@ -54,7 +54,7 @@ __FILE__, __LINE__, PEAR_LOG_ERR); continue; } - $dh->addTranslation($language); + #$dh->addTranslation($language); $events = array_merge($events, $this->_getEvents($dh, $startDate, $endDate)); } }