Browse Source

bugfixes with folder list

Luke Ehresman 25 years ago
parent
commit
34c3063ea0
2 changed files with 0 additions and 3 deletions
  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;
    }