aboutsummaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/event.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/includes/event.php b/includes/event.php
index 4a2c9a4..4a42f0c 100644
--- a/includes/event.php
+++ b/includes/event.php
@@ -11,8 +11,10 @@ function decode_popup ($item) {
return $item;
}
+
+
#$event = $master_array[$_POST['date']][$_POST['time']][decode_popup($_POST['uid'])];
-$event = unserialize(stripslashes($_REQUEST['event_data']));
+$event = unserialize(stripslashes($_REQUEST['event_data']));
$organizer = unserialize($event['organizer']);
$attendee = unserialize($event['attendee']);

© 2014-2024 Faster IT GmbH | imprint | privacy policy