mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=23626
This commit is contained in:
parent
09cb4daeda
commit
466fe8aa81
|
@ -224,7 +224,7 @@ class BoincResult {
|
|||
}
|
||||
static function enum_fields($fields, $where_clause, $order_clause) {
|
||||
$db = BoincDb::get();
|
||||
return $db->enum_fields('result', 'BoincResult', $where_clause, $order_clause);
|
||||
return $db->enum_fields('result', 'BoincResult', $fields, $where_clause, $order_clause);
|
||||
}
|
||||
static function update_aux($clause) {
|
||||
$db = BoincDb::get();
|
||||
|
|
Loading…
Reference in New Issue