forked from extern/egroupware
Api: Switch double quotes to single quotes to be standard SQL and avoid Postresql errors
This commit is contained in:
parent
e89d3cdba0
commit
631be5769d
@ -1060,7 +1060,7 @@ class Accounts
|
||||
'table' => $table,
|
||||
'cols' => array(
|
||||
"'$app' AS app",
|
||||
'"total" AS type',
|
||||
"'total' AS type",
|
||||
'count(' . $column['key'] . ') AS count'
|
||||
),
|
||||
'where' => array(
|
||||
|
Loading…
Reference in New Issue
Block a user