- neue Funktion: submitNewsToDb

geändert:       markdownExperiment/admin/newsAdmin.php
- Zeichensatzkonvertierung
	geändert:       markdownExperiment/wkParticipo/calendar.php
This commit is contained in:
marko
2018-07-28 13:03:34 +02:00
parent 0dae2f2078
commit a3234541c7
2 changed files with 63 additions and 81 deletions

View File

@@ -21,7 +21,7 @@
exit();
}
$wkEvents = getCommingWkEvents( $mysqlConn );
$wkEvents = getCommingWkEvents( $mysqlConn, array('outCharset'=>"UTF-8") );
// iCal Datei zusammensetzen.
$ical = "BEGIN:VCALENDAR" . $eol .