fixed a bug that wasn't allowing the mailbox to be written into the sort URL links...
authorgpadgham <gpadgham@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Nov 2000 15:09:13 +0000 (15:09 +0000)
committergpadgham <gpadgham@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 9 Nov 2000 15:09:13 +0000 (15:09 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@843 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index add986c7ff569cd60b4d94126f043bb26595780c..c448cc4a7d22917e4e788885ad20ba30a39ad7a4 100644 (file)
       echo "<TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=1 BGCOLOR=\"$color[0]\">";
       echo "<TR BGCOLOR=\"$color[5]\" ALIGN=\"center\">";
 
+      $urlMailbox=urlencode($mailbox);
+      
       // Print the headers
       for ($i=1; $i <= count($index_order); $i++) {
          switch ($index_order[$i]) {