mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=25719
This commit is contained in:
parent
e43f04c52a
commit
389a95a6a7
|
@ -238,6 +238,10 @@ class BoincResult {
|
|||
$db = BoincDb::get();
|
||||
return $db->enum_fields('result', 'BoincResult', $fields, $where_clause, $order_clause);
|
||||
}
|
||||
function update($clause) {
|
||||
$db = BoincDb::get();
|
||||
return $db->update($this, 'result', $clause);
|
||||
}
|
||||
static function update_aux($clause) {
|
||||
$db = BoincDb::get();
|
||||
return $db->update_aux('result', $clause);
|
||||
|
|
Loading…
Reference in New Issue