From e777fcfc5a58656d25fd5750c9a3fe9e31f021b6 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 6 Sep 2022 20:31:53 +0200 Subject: [PATCH] [Bands] DOK support added --- application/models/Bands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/models/Bands.php b/application/models/Bands.php index 3c7c2b81..2015aa57 100644 --- a/application/models/Bands.php +++ b/application/models/Bands.php @@ -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) {