From 81fd63b6eeeee72624c24f837ff5beb3b08733a8 Mon Sep 17 00:00:00 2001 From: jmunro Date: Tue, 28 May 2002 19:05:07 +0000 Subject: [PATCH] looks like a typo at line 632 giving me parse errors. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2887 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_messages.php b/functions/imap_messages.php index 08ba6e30..33b962b6 100755 --- a/functions/imap_messages.php +++ b/functions/imap_messages.php @@ -629,7 +629,7 @@ function sqimap_get_mime_ent_header ($imap_stream, $id, $mailbox, $ent) { return $header; } -*/ + /* Queries the IMAP server and gets all header information. */ function sqimap_get_header ($imap_stream, $read) { global $where, $what; -- 2.25.1