Browse Source

Fix typo, thanks to Scott A. Hughes.

Thijs Kinkhorst 23 years ago
parent
commit
9380bf6b72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/imap_messages.php

+ 1 - 1
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)) {