소스 검색

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

oricn 25 년 전
부모
커밋
ffc36229ae
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>";
 				}
 			}
 			****/