aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorKevin Jardine <kevinjardine@yahoo.com>2012-06-27 11:05:16 +0200
committerKevin Jardine <kevinjardine@yahoo.com>2012-06-27 11:05:16 +0200
commit2d605dc207541121f02fda9893509acb8e605212 (patch)
tree8ab0ff85c42a79a0c964fba08884e928e04c9846 /actions
parent0e264d23ae1b4c4a186cb855ed984bb082908fbb (diff)
downloadelgg-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')
-rw-r--r--actions/event_calendar/modify_full_calendar.php2
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'];