From: kink Date: Sun, 28 Jul 2002 17:09:30 +0000 (+0000) Subject: Fix typo, thanks to Scott A. Hughes. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=943bd480dd6cc9958eacb0492e85e691ade10d17;p=squirrelmail.git Fix typo, thanks to Scott A. Hughes. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3145 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/imap_messages.php b/functions/imap_messages.php index 8e8a41f0..f2e38335 100755 --- a/functions/imap_messages.php +++ b/functions/imap_messages.php @@ -491,7 +491,7 @@ function sqimap_get_small_header_list ($imap_stream, $msg_list) { while ($prevline && strspn($read_part, "\t ") > 0) { $read_part = substr($prevline, 0, -2) . ' ' . ltrim($read_part); } - $prev_line = $read_part; + $prevline = $read_part; if ($read_part{0} == '*') { if ($internaldate) { if (preg_match ("/^.+INTERNALDATE\s+\"(.+)\".+/iUA",$read_part, $reg)) {