[PHP-DOC] proto for mcal_create_calendar incorrect
by Vincent Gevers other posts by this author
Aug 30 2003 3:39PM messages near this date
|
[PHP-DOC] incorrect return type for imap_mail
Hi,
A note submitter found another wrong proto...
the docs say:
string mcal_create_calendar ( int stream, string calendar)
the c file says:
bool mcal_create_calendar(int stream_id, string calendar)
can this be fixed again..
- Vincent
|