moriyoshi               Mon Mar 31 15:36:47 2003 EDT

  Modified files:              
    /php4/ext/imap      php_imap.c 
  Log:
  Fixed proto to sync with the documentation
  
  
Index: php4/ext/imap/php_imap.c
diff -u php4/ext/imap/php_imap.c:1.160 php4/ext/imap/php_imap.c:1.161
--- php4/ext/imap/php_imap.c:1.160      Sat Feb 15 22:48:44 2003
+++ php4/ext/imap/php_imap.c    Mon Mar 31 15:36:46 2003
@@ -26,7 +26,7 @@
    | PHP 4.0 updates:  Zeev Suraski <[EMAIL PROTECTED]>                       |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_imap.c,v 1.160 2003/02/16 03:48:44 wez Exp $ */
+/* $Id: php_imap.c,v 1.161 2003/03/31 20:36:46 moriyoshi Exp $ */
 
 #define IMAP41
 
@@ -1981,8 +1981,8 @@
 }
 /* }}} */
 
-/* {{{ proto string imap_utf8(string string)
-   Convert a string to UTF-8 */
+/* {{{ proto string imap_utf8(string mime_encoded_text)
+   Convert a mime-encoded text to UTF-8 */
 PHP_FUNCTION(imap_utf8)
 {
        zval **str;



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

Reply via email to