*** empty log message ***

svn path=/trunk/boinc/; revision=3334
This commit is contained in:
Rom Walton 2004-05-04 21:31:51 +00:00
parent d4a4ccc57f
commit da4171b59e
1 changed files with 5 additions and 2 deletions

View File

@ -155,14 +155,14 @@ class SqlQueryString {
$this->addeq('hostid');
$this->addeq('userid');
$this->addeq('teamid');
if ($_GET['nsecs']) {
$this->addeq('exit_status');
if ($_GET['nsecs']) {
$_GET['received_time'] = time() - $_GET['nsecs'];
}
$this->addgt('received_time');
$this->addeqnz('server_state');
$this->addeqnz('outcome');
$this->addeqnz('client_state');
$this->addeqnz('exit_status');
if ($_GET['clauses']) {
$this->addclause($_GET['clauses']);
}
@ -334,6 +334,9 @@ WHERE
function show_failure_result_summary_by_platform() {
$_GET['table'] = 'result';
$_GET['sort_by'] = ''; // ignore sort
$query_appid = $_GET['appid'];
$query_received_time = time() - $_GET['nsecs'];