diff --git a/ext/imap/php_imap.c b/ext/imap/php_imap.c index e3cc92aee2d..a54213b05ce 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 */