From 4b898c5e5743316809223bc6670ca57836264d44 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Wed, 11 Jun 2008 02:32:22 +0000 Subject: [PATCH] MFH: fixed imap_listscan() proto --- ext/imap/php_imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index 99dec558eb..b9756c0968 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1451,7 +1451,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) { -- 2.50.1