Преглед изворни кода

fixed uninitialized urlMailbox bug on bug list

Luke Ehresman пре 25 година
родитељ
комит
1ccd5f4694
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      functions/mailbox_display.php

+ 1 - 0
functions/mailbox_display.php

@@ -409,6 +409,7 @@
        $mailbox = '', $sort = -1, $Message = '', $More = '')
        $mailbox = '', $sort = -1, $Message = '', $More = '')
    {
    {
       global $color, $index_order, $auto_expunge, $move_to_trash;
       global $color, $index_order, $auto_expunge, $move_to_trash;
+		$urlMailbox = urlencode($mailbox);
 
 
          /** This is the beginning of the message list table.  It wraps around all messages */
          /** This is the beginning of the message list table.  It wraps around all messages */
       echo "<TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0>";
       echo "<TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0>";