Explorar el Código

Remove $boxesnew from global to make new way of getting mailboxlist
work.

Thijs Kinkhorst hace 23 años
padre
commit
87364ac55e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      functions/imap_mailbox.php

+ 1 - 1
functions/imap_mailbox.php

@@ -437,7 +437,7 @@ function user_strcasecmp($a, $b) {
  * See comment on sqimap_mailbox_parse() for info about the returned array.
  */
 function sqimap_mailbox_list($imap_stream) {
-    global $boxesnew, $default_folder_prefix;
+    global $default_folder_prefix;
 
     if ( !isset( $boxesnew ) ) {