From bcfc434d77ff4aed380b0b1ad0979560d997d423 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 24 Aug 2004 23:08:23 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=4110 --- html/inc/db_ops.inc | 1 + html/user/old_news.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/html/inc/db_ops.inc b/html/inc/db_ops.inc index 1c81b7264b..b257a02d33 100644 --- a/html/inc/db_ops.inc +++ b/html/inc/db_ops.inc @@ -168,6 +168,7 @@ class SqlQueryString { $this->addeqnz('server_state'); $this->addeqnz('outcome'); $this->addeqnz('client_state'); + $this->addeqnz('validate_state'); if ($_GET['clauses']) { $this->addclause($_GET['clauses']); } diff --git a/html/user/old_news.php b/html/user/old_news.php index 1411d52d2a..4af203467b 100644 --- a/html/user/old_news.php +++ b/html/user/old_news.php @@ -6,7 +6,7 @@ require_once("../project/project_news.inc"); page_head("News archive"); -show_old_news($project_news, 6); +show_old_news($project_news, 5); page_tail();