jani Tue May 5 01:28:11 2009 UTC Modified files: /php-src/ext/imap php_imap.c Log: - Fix the patch http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.287&r2=1.288&diff_format=u Index: php-src/ext/imap/php_imap.c diff -u php-src/ext/imap/php_imap.c:1.287 php-src/ext/imap/php_imap.c:1.288 --- php-src/ext/imap/php_imap.c:1.287 Tue May 5 01:22:31 2009 +++ php-src/ext/imap/php_imap.c Tue May 5 01:28:10 2009 @@ -26,7 +26,7 @@ | PHP 4.0 updates: Zeev Suraski <z...@zend.com> | +----------------------------------------------------------------------+ */ -/* $Id: php_imap.c,v 1.287 2009/05/05 01:22:31 jani Exp $ */ +/* $Id: php_imap.c,v 1.288 2009/05/05 01:28:10 jani Exp $ */ #define IMAP41 @@ -2942,7 +2942,6 @@ { php_imap_mutf7(INTERNAL_FUNCTION_PARAM_PASSTHRU, 0); } -#endif /* {{{ proto string imap_mutf7_to_utf8(string in) Decode a modified UTF-7 string to UTF-8 */ @@ -2950,7 +2949,7 @@ { php_imap_mutf7(INTERNAL_FUNCTION_PARAM_PASSTHRU, 1); } - +#endif /* {{{ proto bool imap_setflag_full(resource stream_id, string sequence, string flag [, int options]) Sets flags on messages */
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php