mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-05 21:55:53 +02:00
Passing columns as string caused them to get split by comma, but $total_sql had round(...,2) in it. Changed to use array.
Passing columns as string caused them to get split by comma, but $total_sql had round(...,2) in it. Changed to use array.