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

index 99dec558eb47ffeef0985492efa00a485a5f98ec..b9756c096841882f5038de3243c35de0a05d93af 100644 (file)
@@ -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)
 {