Hi
I use last build 4126 and Reindent operation start working not propertly:
Is there way to fix wrong working of reindend?
Thanks
$result = q(“SELECT
n.expenseID
,
COUNT(n.id
) AS num
FROM
sError_notify
AS n
WHERE
n.expenseID
IN (”.implode(",", array_keys($IDs)).")
AND n.isActive
=1
GROUP BY n.expenseID
");
while ($r = $result->fetch_assoc()) {
$json[‘results’][‘expenseList’][‘result’][$r[‘expenseID’]][‘errorNum’]=$r[‘num’];
}