Index: branches/5.1.x/core/kernel/db/dblist.php =================================================================== diff -u -r13884 -r13885 --- branches/5.1.x/core/kernel/db/dblist.php (.../dblist.php) (revision 13884) +++ branches/5.1.x/core/kernel/db/dblist.php (.../dblist.php) (revision 13885) @@ -1,6 +1,6 @@ Totals[$field . '_' . $total_function]; } + function setTotal($field, $total_function, $value) + { + $this->Totals[$field . '_' . $total_function] = $value; + } + function getTotalFunction($field) { if ($this->gridName) {