From: Philip Olson Date: Wed, 11 Jun 2008 02:29:39 +0000 (+0000) Subject: fixed imap_listscan() proto X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1555 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=408461654e3b2541ce841f59846aed14907346bd;p=php fixed imap_listscan() proto --- diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 200c86fb83..eb27482dfe 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1453,7 +1453,7 @@ PHP_FUNCTION(imap_list_full) } /* }}} */ -/* {{{ proto array imap_scan(resource stream_id, string ref, string pattern, string content) +/* {{{ proto array imap_listscan(resource stream_id, string ref, string pattern, string content) Read list of mailboxes containing a certain string */ PHP_FUNCTION(imap_listscan) {