add selector which Character group to show for Stations (implements #133)
This commit is contained in:
parent
6f76c2a3dd
commit
14ea890c8b
4 changed files with 77 additions and 27 deletions
|
|
@ -589,7 +589,7 @@
|
|||
'INNER JOIN charactergroupsqueststations ON charactergroupsqueststations.id = charactergroupsqueststations_charactergroups.charactergroupsqueststation_id '.
|
||||
'WHERE '.
|
||||
'charactergroupsqueststations_charactergroups.charactergroup_id = ? AND '.
|
||||
'charactergroupsqueststations_charactergroups.status >= ? AND '.
|
||||
'charactergroupsqueststations_charactergroups.status = ? AND '.
|
||||
'charactergroupsquest_id = ? '.
|
||||
'ORDER BY charactergroupsqueststations_charactergroups.created ASC',
|
||||
'iii',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue