philippe_mingo 23 vuotta sitten
vanhempi
commit
25c22b9547
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      plugins/mail_fetch/functions.php

+ 1 - 0
plugins/mail_fetch/functions.php

@@ -20,6 +20,7 @@
         /* Original code by josh@superfork.com */
 
         $len = strlen($data);
+        $newdata = '';
         for( $i=0; $i < $len; $i += 2 ) {
             $newdata .= pack( "C", hexdec( substr( $data, $i, 2) ) );
         }