[Bands] DOK support added
这个提交包含在:
父节点
1114973f8d
当前提交
e777fcfc5a
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -179,7 +179,7 @@ class Bands extends CI_Model {
|
||||||
}
|
}
|
||||||
|
|
||||||
// bring worked-slots in order of defined $bandslots
|
// bring worked-slots in order of defined $bandslots
|
||||||
$bandslots = $this->get_user_bands();
|
$bandslots = $this->get_user_bands('dok');
|
||||||
|
|
||||||
$results = array();
|
$results = array();
|
||||||
foreach($bandslots as $slot) {
|
foreach($bandslots as $slot) {
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用