mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-04 14:32:05 +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.