Tyler Akins %!s(int64=24) %!d(string=hai) anos
pai
achega
494397924d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functions/imap_general.php

+ 1 - 1
functions/imap_general.php

@@ -64,7 +64,7 @@
                if ($total_size == $size) {
                if ($total_size == $size) {
                   // We've reached the end of this 'message', switch to the next one.
                   // We've reached the end of this 'message', switch to the next one.
                   $data[] = $read;
                   $data[] = $read;
-                  $break;
+                  break;
                } else if ($total_size > $size) {
                } else if ($total_size > $size) {
                   $difference = $total_size - $size;
                   $difference = $total_size - $size;
                   $total_size = $total_size - strlen($read);
                   $total_size = $total_size - strlen($read);