Fixed typo
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Jun 2001 15:58:22 +0000 (15:58 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 25 Jun 2001 15:58:22 +0000 (15:58 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1417 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_general.php

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