Commented out a Debug line '139' in the unformated folder routine
authororicn <oricn@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 26 Apr 2000 19:20:27 +0000 (19:20 +0000)
committeroricn <oricn@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 26 Apr 2000 19:20:27 +0000 (19:20 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@463 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_mailbox.php

index 30e00489d1395015f97cd588c69d997864b86e30..018f2737c74cdb8687e94a4da30f69d3841d0658 100755 (executable)
                        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>";
                                }
                        }
                        ****/