فهرست منبع

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

Thijs Kinkhorst 23 سال پیش
والد
کامیت
87364ac55e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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.
  * See comment on sqimap_mailbox_parse() for info about the returned array.
  */
  */
 function sqimap_mailbox_list($imap_stream) {
 function sqimap_mailbox_list($imap_stream) {
-    global $boxesnew, $default_folder_prefix;
+    global $default_folder_prefix;
 
 
     if ( !isset( $boxesnew ) ) {
     if ( !isset( $boxesnew ) ) {