Hallo,
ich habe verschiedene Kategorien im Kalender.
Bei allen Kategorien, bis auf eine klappt der ICS-Export.
Fehlermedlung:
*Warning*: implode() [function.implode
<http://internet.local/function.implode>]: Bad arguments. in
*/var/www/typo3_src-4.2.10/typo3/ext/cal/model/class.tx_cal_phpicalendar_model.php*
on line *1805
*betreffende stelle im code:
1800: if (count($event->getByMonth()) > 0) {
1801: $byMonth = array();
1802: foreach ($event->getByMonth() as $month) {
1803: $byMonth .= $month.',';
1804: }
1805: $rruleConfiguration['BYMONTH'] = 'BYMONTH=' .
implode(',',$byMonth);
1806: }
Müsste es in Zeile 1803 nicht heißen:
$byMonth[] .= $month;
Oder sehe ich das falsch?
Gruß Steffen
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german