svn path=/trunk/boinc/; revision=23626

This commit is contained in:
David Anderson 2011-06-01 04:57:04 +00:00
parent 09cb4daeda
commit 466fe8aa81
1 changed files with 1 additions and 1 deletions

View File

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