SVN commit 805159 by danimo: no semicolon M +1 -1 parse_gm_feed.inc --- trunk/www/areas/events/parse_gm_feed.inc #805158:805159 @@ -31,7 +31,7 @@ if (!isset($gmail)) {$gmail = "mtlqg95e4gnoq8qjv0os91iro0%40group.calendar.google.com"; } // Date format you want your details to appear -$dateformat="j F, Y"; // Thursday, 10 March - see http://www.php.net/date for details +$dateformat="j F Y"; // Thursday, 10 March - see http://www.php.net/date for details $timeformat="g.ia"; // 12.15am //Where your simplepie.inc is (mine's in the root for some reason)