philip          Wed Jun 11 02:29:39 2008 UTC

  Modified files:              
    /php-src/ext/imap   php_imap.c 
  Log:
  fixed imap_listscan() proto
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.251&r2=1.252&diff_format=u
Index: php-src/ext/imap/php_imap.c
diff -u php-src/ext/imap/php_imap.c:1.251 php-src/ext/imap/php_imap.c:1.252
--- php-src/ext/imap/php_imap.c:1.251   Thu May  8 12:00:36 2008
+++ php-src/ext/imap/php_imap.c Wed Jun 11 02:29:39 2008
@@ -26,7 +26,7 @@
    | PHP 4.0 updates:  Zeev Suraski <[EMAIL PROTECTED]>                       |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_imap.c,v 1.251 2008/05/08 12:00:36 felipe Exp $ */
+/* $Id: php_imap.c,v 1.252 2008/06/11 02:29:39 philip Exp $ */
 
 #define IMAP41
 
@@ -1453,7 +1453,7 @@
 }
 /* }}} */
 
-/* {{{ 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)
 {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to