fixed search folder list display
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Feb 2001 15:37:46 +0000 (15:37 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 8 Feb 2001 15:37:46 +0000 (15:37 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1075 7612ce4b-ef26-0410-bec9-ea0150e637f0

ChangeLog
src/search.php

index 597638c02774c0361d4c50722632f9fcdcd9a8b9..c1d693e4fa55214cf51f422b09105bb7db98b7c6 100644 (file)
--- a/ChangeLog
+++ b/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
index 7eb98a183faa78e51be51356758c4bff51f4fb4d..e7e9f8d2e3d550f967ba549d1a79cc211c285574 100644 (file)
@@ -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