Fix spurious semicolon at beginning of html output returned by decodeHeader() when...
authoralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 4 Sep 2003 01:33:58 +0000 (01:33 +0000)
committeralex-brainstorm <alex-brainstorm@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 4 Sep 2003 01:33:58 +0000 (01:33 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5618 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mime.php

index f5968d735bd670565c9c949b810cb8742a6ee9d0..53fa5a855355f78d9d3db21ce9b127eeb50959f4 100644 (file)
@@ -586,7 +586,7 @@ function decodeHeader ($string, $utfencode=true,$htmlsave=true) {
     }
     $i = 0;
     $iLastMatch = -2;
-    $encoded = false;
+    $encoded = true;
 
     $aString = explode(' ',$string);
     $ret = '';