*** empty log message ***

svn path=/trunk/boinc/; revision=4110
This commit is contained in:
David Anderson 2004-08-24 23:08:23 +00:00
parent 632ef443df
commit bcfc434d77
2 changed files with 2 additions and 1 deletions

View File

@ -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']);
}

View File

@ -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();