From 9e71712e2f60a88d48ac49de11845f81b527f4c6 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 4 Sep 2014 08:27:45 +0000 Subject: [PATCH] fix indention --- etemplate/inc/class.so_sql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.so_sql.inc.php b/etemplate/inc/class.so_sql.inc.php index c6c5ecad66..f6665a9638 100644 --- a/etemplate/inc/class.so_sql.inc.php +++ b/etemplate/inc/class.so_sql.inc.php @@ -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