From e38af475e86c452e8f907e8000c5ae7a6b1e3f1a Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 5 May 2009 01:28:10 +0000 Subject: [PATCH] - Fix the patch --- ext/imap/php_imap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index e3cc92aee2..a54213b05c 100644 --- a/ext/imap/php_imap.c +++ b/ext/imap/php_imap.c @@ -2942,7 +2942,6 @@ PHP_FUNCTION(imap_utf8_to_mutf7) { 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_FUNCTION(imap_mutf7_to_utf8) { 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 */ -- 2.50.1