mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4110
This commit is contained in:
parent
632ef443df
commit
bcfc434d77
|
@ -168,6 +168,7 @@ class SqlQueryString {
|
||||||
$this->addeqnz('server_state');
|
$this->addeqnz('server_state');
|
||||||
$this->addeqnz('outcome');
|
$this->addeqnz('outcome');
|
||||||
$this->addeqnz('client_state');
|
$this->addeqnz('client_state');
|
||||||
|
$this->addeqnz('validate_state');
|
||||||
if ($_GET['clauses']) {
|
if ($_GET['clauses']) {
|
||||||
$this->addclause($_GET['clauses']);
|
$this->addclause($_GET['clauses']);
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@ require_once("../project/project_news.inc");
|
||||||
|
|
||||||
page_head("News archive");
|
page_head("News archive");
|
||||||
|
|
||||||
show_old_news($project_news, 6);
|
show_old_news($project_news, 5);
|
||||||
|
|
||||||
page_tail();
|
page_tail();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue