Browse Source

Commented out a Debug line '139' in the unformated folder routine

oricn 25 năm trước cách đây
mục cha
commit
ffc36229ae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      functions/imap_mailbox.php

+ 1 - 1
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<br>";
+//					echo $boxes[$g]["unformatted-dm"]." - debug<br>";
 				}
 			}
 			****/