From 37e2438078d63f2c37f1e805b0af218ff60132bd Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 25 Jun 2001 15:58:22 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1417 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_general.php b/functions/imap_general.php index fc7626e2..05915354 100755 --- a/functions/imap_general.php +++ b/functions/imap_general.php @@ -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); -- 2.25.1