From: Kevin Jardine Date: Thu, 15 Mar 2012 11:01:15 +0000 (+0100) Subject: end date and time now also stored properly as GMT X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=28016443bad102a76074095576da46993182dc92;p=lorea%2Felgg.git end date and time now also stored properly as GMT --- diff --git a/actions/event_calendar/modify_full_calendar.php b/actions/event_calendar/modify_full_calendar.php new file mode 100644 index 000000000..595bdbe4b --- /dev/null +++ b/actions/event_calendar/modify_full_calendar.php @@ -0,0 +1,15 @@ +TRUE); +} else { + $response = array('success'=>FALSE, 'message' =>elgg_echo('event_calendar:modify_full_calendar:error')); +} + +echo json_encode($response); + +exit;