diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-06-27 11:05:16 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-06-27 11:05:16 +0200 |
commit | 2d605dc207541121f02fda9893509acb8e605212 (patch) | |
tree | 8ab0ff85c42a79a0c964fba08884e928e04c9846 /actions/event_calendar/modify_full_calendar.php | |
parent | 0e264d23ae1b4c4a186cb855ed984bb082908fbb (diff) | |
download | elgg-2d605dc207541121f02fda9893509acb8e605212.tar.gz elgg-2d605dc207541121f02fda9893509acb8e605212.tar.bz2 |
changed CSS to avoid form flash of irrelevant content for event polls, and deleted some commented out code
Diffstat (limited to 'actions/event_calendar/modify_full_calendar.php')
-rw-r--r-- | actions/event_calendar/modify_full_calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/event_calendar/modify_full_calendar.php b/actions/event_calendar/modify_full_calendar.php index 9288eb0e0..1e0bd3a01 100644 --- a/actions/event_calendar/modify_full_calendar.php +++ b/actions/event_calendar/modify_full_calendar.php @@ -10,7 +10,7 @@ $iso_date = get_input('iso_date'); $result = event_calendar_modify_full_calendar($event_guid,$day_delta,$minute_delta,$start_time,$resend,$minutes,$iso_date); if ($result) { $response = array('success'=>TRUE); - // specially handling for event polls + // special handling for event polls if (is_array($result)) { $response['minutes'] = $result['minutes']; $response['iso_date'] = $result['iso_date']; |