Skip to content

Commit

Permalink
0004182: [bugtracker] print_all_bug_page should show all issues match…
Browse files Browse the repository at this point in the history
…ing current filter (vboctor)

git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2752 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Jul 24, 2004
1 parent 43cf5e3 commit b64adb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/ChangeLog
Expand Up @@ -16,6 +16,7 @@ Mantis ChangeLog
- 0004154: [bugtracker] "Product version" and "Fixed in Version" do not get updated on rename (vboctor)
- 0004160: [bugtracker] Javascript error in the issue view pages (vboctor)
- 0004175: [bugtracker] Links are not hyperlinked properly if containing '[' or ']' (vboctor)
- 0004182: [bugtracker] print_all_bug_page should show all issues matching current filter (vboctor)
- 0003714: [upgrade] Please add in a way to transfer attachments from the database to disk (thraxisp)
- 0003877: [email] Upgrade to PHPMailer 1.72 (vboctor)
- 0002220: [installation] usage of consistent naming schema for images (vboctor)
Expand Down
4 changes: 2 additions & 2 deletions print_all_bug_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: print_all_bug_page.php,v 1.79 2004-07-18 11:56:57 vboctor Exp $
# $Id: print_all_bug_page.php,v 1.80 2004-07-24 14:31:43 vboctor Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -59,7 +59,7 @@

# This replaces the actual search that used to be here
$f_page_number = gpc_get_int( 'page_number', 1 );
$t_per_page = null;
$t_per_page = -1;
$t_bug_count = null;
$t_page_count = null;

Expand Down

0 comments on commit b64adb6

Please sign in to comment.