Sfoglia il codice sorgente

fixed search folder list display

Luke Ehresman 24 anni fa
parent
commit
64b171436d
2 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 5 1
      ChangeLog
  2. 1 1
      src/search.php

+ 5 - 1
ChangeLog

@@ -1,5 +1,9 @@
-Version 1.0.2 -- DEVELOPMENT
+Version 1.0.3 -- DEVELOPMENT
 ----------------------------
+- Made folder drop-down list consistant in look to the other drop-downs
+
+Version 1.0.2 -- February 8, 2001 
+---------------------------------
 - Added a workaround for RedHat's 4.0.4pl1-3 binary package  (It's also 
   the same workaround for Konqueror and other PHP installations?)
 - Select All works through the search

+ 1 - 1
src/search.php

@@ -59,7 +59,7 @@
    for ($i = 0; $i < count($boxes); $i++) {
 	  if (!in_array("noselect", $boxes[$i]["flags"])) {
          $box = $boxes[$i]["unformatted"];
-         $box2 = replace_spaces($boxes[$i]["formatted"]);
+         $box2 = replace_spaces($boxes[$i]["unformatted-disp"]);
          if ($mailbox == $box)
             echo "         <OPTION VALUE=\"$box\" SELECTED>$box2\n";
          else