php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13310 Bug system: multipage-results incorrect
Submitted: 2001-09-14 19:48 UTC Modified: 2001-09-23 22:47 UTC
From: jeroen@php.net Assigned:
Status: Closed Package: Website problem
PHP Version: 4.0CVS-2001-09-14 OS: http
Private report: No CVE-ID: None
 [2001-09-14 19:48 UTC] jeroen@php.net
When you get exactly maxentries results back from bugdb, there's a link to "next results", and on that page, an error: no bugs found is displayed.

Fix would be to have limit (maxentries+1) in the SQL code, and check for the (maxentries+1)th bug to decide wether or not to display link to next page with bugs.

--Jeroen

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-23 22:47 UTC] jimw@php.net
fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC