From aa1fa2f6c473ab9acfd18a51a2ab186fc460f847 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 29 Oct 2002 17:39:09 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=542 --- html/ops/db.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/html/ops/db.php b/html/ops/db.php index e8d02b0bd5..620068ca30 100644 --- a/html/ops/db.php +++ b/html/ops/db.php @@ -135,6 +135,8 @@ $start_at = 0; } + $query = $query . " limit " . ($entries_to_show+$start_at); + print_header($show); if ($show=="platform") {