git-svn-id: http://xe-core.googlecode.com/svn/trunk@954 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-04 05:04:20 +00:00
parent 47047b01b5
commit 7f7575cb99
4 changed files with 502 additions and 1 deletions

View file

@ -324,7 +324,7 @@
}
if(count($group_column_list)) {
return ' group by '.implode(" , ", $group_column_list);
return ' GROUP BY '.implode(" , ", $group_column_list);
}
}