[Bands] DOK support added

这个提交包含在:
Andreas 2022-09-06 20:31:53 +02:00
父节点 1114973f8d
当前提交 e777fcfc5a

查看文件

@ -179,7 +179,7 @@ class Bands extends CI_Model {
}
// bring worked-slots in order of defined $bandslots
$bandslots = $this->get_user_bands();
$bandslots = $this->get_user_bands('dok');
$results = array();
foreach($bandslots as $slot) {