fix indention

This commit is contained in:
Ralf Becker 2014-09-04 08:27:45 +00:00
parent 0d63cbbd93
commit 9e71712e2f

View File

@ -1150,7 +1150,7 @@ class so_sql
if ($col == '*')
{
// MySQL does NOT allow to GROUP BY table.*
$col = $columns[$n] = $table_name.'.'.($GLOBALS['egw']->db->Type == 'mysql' ? $autoinc_id : '*');
$col = $columns[$n] = $table_name.'.'.($GLOBALS['egw']->db->Type == 'mysql' ? $autoinc_id : '*');
++$changes;
}
// only check columns and non-aggregate functions