]> granicus.if.org Git - php/commitdiff
MFH: fixed imap_listscan() proto
authorPhilip Olson <philip@php.net>
Wed, 11 Jun 2008 02:32:23 +0000 (02:32 +0000)
committerPhilip Olson <philip@php.net>
Wed, 11 Jun 2008 02:32:23 +0000 (02:32 +0000)
ext/imap/php_imap.c

index 2e41b477e303a31c0d6b29534174a6b5721518bc..9d4a368aff5b2a87adf8380a1f17f79632e503eb 100644 (file)
@@ -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)
 {