reverted formatted-disp to formatted because of some problems
[squirrelmail.git] / functions / mailbox_display.php
index 82cfae50bad3b2b1307fe7389ca4cd38e27c4696..ecbb67b5096911c2d58061bdca5f8ec95bb62f95 100644 (file)
       for ($i = 0; $i < count($boxes); $i++) {
          if (!in_array("noselect", $boxes[$i]['flags'])) {
             $box = $boxes[$i]['unformatted'];
       for ($i = 0; $i < count($boxes); $i++) {
          if (!in_array("noselect", $boxes[$i]['flags'])) {
             $box = $boxes[$i]['unformatted'];
-            $box2 = str_replace(' ', '&nbsp;', $boxes[$i]['formatted']);
+            $box2 = str_replace(' ', '&nbsp;', $boxes[$i]['unformatted-disp']);
             echo "         <OPTION VALUE=\"$box\">$box2</option>\n";
          }
       }
             echo "         <OPTION VALUE=\"$box\">$box2</option>\n";
          }
       }