sort Character groups Quests by date (resolves issue #746)
This commit is contained in:
parent
8c8714a51e
commit
3d84a93408
1 changed files with 2 additions and 1 deletions
|
|
@ -123,7 +123,8 @@
|
|||
'SELECT charactergroupsquests.id, charactergroupsquests_groups.created, charactergroupsquests.title, charactergroupsquests.url, charactergroupsquests.xps, charactergroupsquests_groups.xps_factor '.
|
||||
'FROM charactergroupsquests_groups '.
|
||||
'LEFT JOIN charactergroupsquests ON charactergroupsquests.id = charactergroupsquests_groups.charactergroupsquest_id '.
|
||||
'WHERE charactergroupsquests_groups.charactergroup_id = ?',
|
||||
'WHERE charactergroupsquests_groups.charactergroup_id = ? '.
|
||||
'ORDER BY charactergroupsquests.created DESC',
|
||||
'i',
|
||||
$groupId
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue