diff options
| author | Philip Olson <philip@php.net> | 2008-06-11 02:32:22 +0000 |
|---|---|---|
| committer | Philip Olson <philip@php.net> | 2008-06-11 02:32:22 +0000 |
| commit | 4b898c5e5743316809223bc6670ca57836264d44 (patch) | |
| tree | a0b9fed8f5a63c7bc7d8dab6f1e9d680c3122b4b /ext | |
| parent | 26e2d6158895c86ab5f373b58c008fc855e467cb (diff) | |
| download | php-git-4b898c5e5743316809223bc6670ca57836264d44.tar.gz | |
MFH: fixed imap_listscan() proto
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/imap/php_imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
