diff options
author | Philip Olson <philip@php.net> | 2008-06-11 02:32:23 +0000 |
---|---|---|
committer | Philip Olson <philip@php.net> | 2008-06-11 02:32:23 +0000 |
commit | db7f3fe8c03d2bc5c8558f1aebb46b71b5de92d8 (patch) | |
tree | 3c76db4ffe2710547632b6192d85d20169fe1fd3 /ext/imap/php_imap.c | |
parent | dc697bcea48ee79a6becf2462b6023cce5a6d2b3 (diff) | |
download | php-git-db7f3fe8c03d2bc5c8558f1aebb46b71b5de92d8.tar.gz |
MFH: fixed imap_listscan() proto
Diffstat (limited to 'ext/imap/php_imap.c')
-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 2e41b477e3..9d4a368aff 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -1457,7 +1457,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) { |