fixed uninitialized urlMailbox bug on bug list
authorlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Nov 2000 14:19:42 +0000 (14:19 +0000)
committerlkehresman <lkehresman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 16 Nov 2000 14:19:42 +0000 (14:19 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@848 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index ef25fba593f654f34ecbdcde17eb797aa39d07bd..1027c824bf1119b8955816249d6ab9616d149402 100644 (file)
        $mailbox = '', $sort = -1, $Message = '', $More = '')
    {
       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 */
       echo "<TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=0>";