[pLog-svn] r1987 - plugins/trunk/moblog/class/moblog

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed May 11 18:04:01 GMT 2005


Author: oscar
Date: 2005-05-11 18:04:00 +0000 (Wed, 11 May 2005)
New Revision: 1987

Modified:
   plugins/trunk/moblog/class/moblog/mimeDecode.class.php
Log:
let's see if this makes any difference with clients that set the encoding to "BASE64" instead of "base64"...


Modified: plugins/trunk/moblog/class/moblog/mimeDecode.class.php
===================================================================
--- plugins/trunk/moblog/class/moblog/mimeDecode.class.php	2005-05-11 17:52:45 UTC (rev 1986)
+++ plugins/trunk/moblog/class/moblog/mimeDecode.class.php	2005-05-11 18:04:00 UTC (rev 1987)
@@ -523,6 +523,7 @@
      */
     function _decodeBody($input, $encoding = '7bit')
     {
+	$encoding = strtolower($encoding);
         switch ($encoding) {
             case '7bit':
                 return $input;




More information about the pLog-svn mailing list