Explorar o código

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

oricn %!s(int64=25) %!d(string=hai) anos
pai
achega
ffc36229ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>";
 				}
 			}
 			****/