From 96ba63151a8d41d2f348b0731d9541f15bf20715 Mon Sep 17 00:00:00 2001 From: oricn Date: Wed, 26 Apr 2000 19:20:27 +0000 Subject: [PATCH] Commented out a Debug line '139' in the unformated folder routine git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@463 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/imap_mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/imap_mailbox.php b/functions/imap_mailbox.php index 30e00489..018f2737 100755 --- a/functions/imap_mailbox.php +++ b/functions/imap_mailbox.php @@ -136,7 +136,7 @@ for ($i=0; $i < count($boxes[$g]["flags"]); $i++) { if ($boxes[$g]["flags"][$i] == "noselect") { $boxes[$g]["unformatted-dm"] = $boxes[$g]["unformatted-dm"].$dm; - echo $boxes[$g]["unformatted-dm"]." - debug
"; +// echo $boxes[$g]["unformatted-dm"]." - debug
"; } } ****/ -- 2.25.1