mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
This commit is contained in:
parent
978aecd7a8
commit
2a7eeebcbd
19 changed files with 141 additions and 37 deletions
|
|
@ -100,9 +100,13 @@ class BoardView extends Board
|
|||
{
|
||||
foreach($extra_keys as $val)
|
||||
{
|
||||
$this->order_target[] = $val->eid;
|
||||
if ($val->sort === 'Y')
|
||||
{
|
||||
$this->order_target[] = $val->eid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* load javascript, JS filters
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue