|
From: Benjamin C. <bc...@us...> - 2004-07-19 13:47:01
|
Update of /cvsroot/phpbt/phpbt/templates/default In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32536/templates/default Modified Files: Tag: htmltemplates buglist.html Log Message: Fixes bug #986339 - Download link not working after viewing a bug then using the return to list link Index: buglist.html =================================================================== RCS file: /cvsroot/phpbt/phpbt/templates/default/buglist.html,v retrieving revision 1.8.6.2 retrieving revision 1.8.6.3 diff -u -r1.8.6.2 -r1.8.6.3 --- buglist.html 2 May 2004 17:08:16 -0000 1.8.6.2 +++ buglist.html 19 Jul 2004 13:46:41 -0000 1.8.6.3 @@ -24,5 +24,5 @@ </table> <?php include('admin/pagination.html'); ?> <div align="center"> - <a href="<?php echo $_SERVER['REQUEST_URI']; ?>&xl=1"><?php echo translate("Download to spreadsheet"); ?></a> + <a href="query.php?xl=1"><?php echo translate("Download to spreadsheet"); ?></a> </div> |