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

functions/mailbox_display.php

index cfd1bf343a3226e567ee2f91eedfb898e5ad0bd5..b4b8b54641a199301a516320a255d9129d4ddc59 100644 (file)
@@ -1198,7 +1198,7 @@ function get_paginator_str($box, $start_msg, $end_msg, $num_msgs,
     } else if ($PG_SHOWNUM == 999999) {
         $pg_str = "<A HREF=\"right_main.php?PG_SHOWALL=0"
                 . "&amp;use_mailbox_cache=$use&amp;startMessage=1&amp;mailbox=$box\" "
     } else if ($PG_SHOWNUM == 999999) {
         $pg_str = "<A HREF=\"right_main.php?PG_SHOWALL=0"
                 . "&amp;use_mailbox_cache=$use&amp;startMessage=1&amp;mailbox=$box\" "
-                . "TARGET=\"right\">" ._("Paginate") . '</A>';
+                . ">" ._("Paginate") . '</A>';
     }
 
     /* Put all the pieces of the paginator string together. */
     }
 
     /* Put all the pieces of the paginator string together. */