I got the following error when trying to delete a calendar event.
calendar_print_event is deprecated please update your code
|
|
line 632 of /calendar/lib.php: call to debugging()
|
line 124 of /calendar/delete.php: call to calendar_print_event()
|
Apparently the function was depreciated in 2.0 by the changes in MDL-22887, but it is still referenced in the above mentioned code.