mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@954 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
47047b01b5
commit
7f7575cb99
4 changed files with 502 additions and 1 deletions
|
|
@ -324,7 +324,7 @@
|
|||
}
|
||||
|
||||
if(count($group_column_list)) {
|
||||
return ' group by '.implode(" , ", $group_column_list);
|
||||
return ' GROUP BY '.implode(" , ", $group_column_list);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue