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) {