diff options
author | Kevin Jardine <kevinjardine@yahoo.com> | 2012-05-29 18:09:16 +0200 |
---|---|---|
committer | Kevin Jardine <kevinjardine@yahoo.com> | 2012-05-29 18:09:16 +0200 |
commit | 321fbfdb059e39b921e13ba034855b019981fa44 (patch) | |
tree | 14c7483b68774e40fc2dd3bb73e412e426a5ebd7 /start.php | |
parent | f22f6fd7a985b773bce95accf5172cdc2524575c (diff) | |
download | elgg-321fbfdb059e39b921e13ba034855b019981fa44.tar.gz elgg-321fbfdb059e39b921e13ba034855b019981fa44.tar.bz2 |
added click on calendar to preselect new event date
Diffstat (limited to 'start.php')
-rw-r--r-- | start.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -202,7 +202,7 @@ function event_calendar_page_handler($page) { gatekeeper(); $group_guid = 0; } - echo event_calendar_get_page_content_edit($page_type,$group_guid); + echo event_calendar_get_page_content_edit($page_type,$group_guid,$page[2]); break; case 'edit': gatekeeper(); |