diff options
Diffstat (limited to 'ext/icap/php_icap.c')
-rw-r--r-- | ext/icap/php_icap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/icap/php_icap.c b/ext/icap/php_icap.c index cb12ddd4c0..45e6aadff1 100644 --- a/ext/icap/php_icap.c +++ b/ext/icap/php_icap.c @@ -311,7 +311,7 @@ PHP_FUNCTION(icap_expunge) } /* }}} */ -/* {{{ proto int icap_fetch_event(int stream_id,int eventid, [int options]) +/* {{{ proto int icap_fetch_event(int stream_id, int eventid [, int options]) Fetch an event */ PHP_FUNCTION(icap_fetch_event) { @@ -379,7 +379,7 @@ PHP_FUNCTION(icap_fetch_event) } /* }}} */ -/* {{{ proto array icap_list_events(int stream_id,int begindate, [int enddate]) +/* {{{ proto array icap_list_events(int stream_id, int begindate [, int enddate]) Returns list of UIDs for that day or range of days */ PHP_FUNCTION(icap_list_events) { @@ -612,7 +612,7 @@ PHP_FUNCTION(icap_list_alarms) /* {{{ proto string icap_delete_calendar(int stream_id, string calendar) - Delete calendar*/ + Delete calendar */ PHP_FUNCTION(icap_delete_calendar) { pval *streamind, *calendar; |