moodle/calendar
gustav_delius b63c0ee521 Fixes a bug with user events created by an activity module.
The old code assumed that the courseid would always be set but that is only the case for course events, not for user or group events. (See http://moodle.org/mod/forum/discuss.php?d=4466#20827 for a discussion about the meaning of the courseid field in the event table)
I also made the $courseid argument to get_coursemodule_from_instance() optional. It is not needed and in some cases it will not be know, as for example for non-course events created by activity modules.
2004-12-26 13:58:07 +00:00
..
event.php Full XHTML 1.0 compliance. I hope I didn't miss anything. 2004-09-09 10:41:23 +00:00
event_delete.html some fixes for XHTML compliance 2004-09-12 01:34:24 +00:00
event_edit.html Full XHTML 1.0 compliance. I hope I didn't miss anything. 2004-09-09 10:41:23 +00:00
event_new.html Full XHTML 1.0 compliance. I hope I didn't miss anything. 2004-09-09 10:41:23 +00:00
event_select.html Full XHTML 1.0 compliance. I hope I didn't miss anything. 2004-09-09 10:41:23 +00:00
lib.php Fixes a bug with user events created by an activity module. 2004-12-26 13:58:07 +00:00
overlib.cfg.php Tweaks to popups 2004-05-24 02:54:41 +00:00
preferences.html New features implemented: 2004-12-16 18:49:57 +00:00
preferences.php New "Calendar" section in Admin -> Configuration. 2004-12-15 07:14:41 +00:00
set.php XHTML compliance 2004-09-16 17:13:57 +00:00
view.php New features implemented: 2004-12-16 18:49:57 +00:00