Explorar o código

bugfixes with folder list

Luke Ehresman %!s(int64=25) %!d(string=hai) anos
pai
achega
34c3063ea0
Modificáronse 2 ficheiros con 0 adicións e 3 borrados
  1. 0 2
      functions/imap_mailbox.php
  2. 0 1
      functions/strings.php

+ 0 - 2
functions/imap_mailbox.php

@@ -149,7 +149,6 @@
          asort($list_sorted);
       }   
 
-      echo "<BR><BR><BR>";
 
       /** LSUB array **/
       $inbox_subscribed = false;
@@ -195,7 +194,6 @@
 	      }
       }
 
-      echo "<BR><BR><BR>";
       return sqimap_mailbox_parse ($merged, $dm);
    }
    

+ 0 - 1
functions/strings.php

@@ -146,7 +146,6 @@
       } else {
          $box = substr($mailbox, strrpos($mailbox, " ")+1, strlen($mailbox));
       }
-      echo "$box<br>";
       return $box;
    }