diff --git a/functions/mcal.xml b/functions/mcal.xml
index b41c6f3758..078982c3e4 100644
--- a/functions/mcal.xml
+++ b/functions/mcal.xml
@@ -294,12 +294,13 @@
int mcal_delete_event
- int uid
+ int mcal_stream
+ int event_id
mcal_delete_event deletes the calendar event
- specified by the uid.
+ specified by the event_id.
Returns true.
@@ -627,7 +628,7 @@
mcal_is_leap_year returns 1 if the given
- year is a leap year, 1 if not.
+ year is a leap year, 0 if not.