]> granicus.if.org Git - php/commitdiff
- Fix the patch
authorJani Taskinen <jani@php.net>
Tue, 5 May 2009 01:28:10 +0000 (01:28 +0000)
committerJani Taskinen <jani@php.net>
Tue, 5 May 2009 01:28:10 +0000 (01:28 +0000)
ext/imap/php_imap.c

index e3cc92aee2da3ae26e926fea156ad0beaf669f1b..a54213b05ce3517dc692ec49c4725957f9240b0d 100644 (file)
@@ -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 */