From 092523adbecdfbd004f75e0e6fcb5c8020f4bfbb Mon Sep 17 00:00:00 2001 From: stekkel Date: Wed, 1 May 2002 11:21:29 +0000 Subject: [PATCH] removed echo git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2789 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 c2fc852e..5014b2ee 100755 --- a/functions/imap_messages.php +++ b/functions/imap_messages.php @@ -536,7 +536,7 @@ function sqimap_get_small_header_list ($imap_stream, $msg_list, $issent) { $header->inrepto = $inrepto; $result[] = $header; } - echo 'processtime (us): ' . elapsedtime($start) .'
'; +// echo 'processtime (us): ' . elapsedtime($start) .'
'; return $result; } -- 2.25.1