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

index 200c86fb83a143c0fd2e1260bae5580708476d68..eb27482dfea03bbde2ce392b02eb21c5c32c0110 100644 (file)
@@ -1453,7 +1453,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)
 {