removed debug statement
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 17 May 2004 15:55:33 +0000 (15:55 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 17 May 2004 15:55:33 +0000 (15:55 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7474 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/imap_mailbox.php

index 41ea2b761d1e45646d57d5739e702dd8d916882b..6d0b3404eeac9f3e87390e3d56111827e25a5931 100755 (executable)
@@ -609,7 +609,6 @@ function sqimap_mailbox_option_list($imap_stream, $show_selected = 0, $folder_sk
  * See comment on sqimap_mailbox_parse() for info about the returned array.
  */
 function sqimap_mailbox_list($imap_stream) {
-    echo "TEST<BR>";
     global $default_folder_prefix;
 
     if (!isset($boxesnew)) {