changed displayal of folders to move to from unformatted-disp to formatted
[squirrelmail.git] / functions / mailbox_display.php
index 678606b174eb68bbca2d25e4459199ea9be3661b..f8e6865afb78f03ea38741d70d396bc26c60f1f8 100644 (file)
       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";
          }
       }
       return substr($subject, 0, $trim_val) . '...';
    }
 
-?>
\ No newline at end of file
+?>