Removed uneeded target
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 22 Feb 2004 05:45:31 +0000 (05:45 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 22 Feb 2004 05:45:31 +0000 (05:45 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@6616 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/mailbox_display.php

index e7ac00e06c0520cc32be72388bc6e6ae03d84982..cfd1bf343a3226e567ee2f91eedfb898e5ad0bd5 100644 (file)
@@ -1217,7 +1217,7 @@ function get_paginator_str($box, $start_msg, $end_msg, $num_msgs,
       /* Compute the 'show all' string. */
       $all_str = "<A HREF=\"right_main.php?PG_SHOWALL=1"
                  . "&amp;use_mailbox_cache=$use&amp;startMessage=1&amp;mailbox=$box\" "
-                 . "TARGET=\"right\">" . _("Show All") . '</A>'; 
+                 . ">" . _("Show All") . '</A>'; 
     }
 
     $result .= ($pg_str  != '' ? $spc . '['.$spc.$pg_str.']' .  $spc : '');