From 26f1e4f1ddd58a626947232846612a9f2662dc2c Mon Sep 17 00:00:00 2001 From: fidian Date: Fri, 9 Feb 2001 16:26:04 +0000 Subject: [PATCH] * Fixed typo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1093 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/read_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_body.php b/src/read_body.php index 266086a6..788aa858 100644 --- a/src/read_body.php +++ b/src/read_body.php @@ -102,7 +102,7 @@ } } else { for (reset($msort); ($key = key($msort)), (isset($key)); next($msort)) { - if ($currentArrayIndex == $msgs[$key]['ID') { + if ($currentArrayIndex == $msgs[$key]['ID']) { next($msort); $key = key($msort); if (isset($key)) -- 2.25.1