Ver código fonte

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

oricn 25 anos atrás
pai
commit
ffc36229ae
1 arquivos alterados com 1 adições e 1 exclusões
  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++) {
 			for ($i=0; $i < count($boxes[$g]["flags"]); $i++) {
 				if ($boxes[$g]["flags"][$i] == "noselect") {
 				if ($boxes[$g]["flags"][$i] == "noselect") {
 					$boxes[$g]["unformatted-dm"] = $boxes[$g]["unformatted-dm"].$dm;
 					$boxes[$g]["unformatted-dm"] = $boxes[$g]["unformatted-dm"].$dm;
-					echo $boxes[$g]["unformatted-dm"]." - debug<br>";
+//					echo $boxes[$g]["unformatted-dm"]." - debug<br>";
 				}
 				}
 			}
 			}
 			****/
 			****/