ソースを参照

changed displayal of folders to move to from unformatted-disp to formatted

teepe 24 年 前
コミット
e9e90b180f
1 ファイル変更2 行追加2 行削除
  1. 2 2
      functions/mailbox_display.php

+ 2 - 2
functions/mailbox_display.php

@@ -544,7 +544,7 @@
       for ($i = 0; $i < count($boxes); $i++) {
          if (!in_array("noselect", $boxes[$i]['flags'])) {
             $box = $boxes[$i]['unformatted'];
-            $box2 = str_replace(' ', '&nbsp;', $boxes[$i]['unformatted-disp']);
+            $box2 = str_replace(' ', '&nbsp;', $boxes[$i]['formatted']);
             echo "         <OPTION VALUE=\"$box\">$box2</option>\n";
          }
       }
@@ -700,4 +700,4 @@
       return substr($subject, 0, $trim_val) . '...';
    }
 
-?>
+?>