mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1101 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
33880eacf2
commit
f62981cd59
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@
|
|||
|
||||
if($navigation->index) {
|
||||
foreach($navigation->index as $index_obj) {
|
||||
$index_list[] = sprintf('"%s" "%s"', $index_obj[0], $index_obj[1]);
|
||||
$index_list[] = sprintf('"%s" %s', $index_obj[0], $index_obj[1]);
|
||||
}
|
||||
if(count($index_list)) $query .= ' order by '.implode(',',$index_list);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue