Bugje gefixt in huidige programma indien special
This commit is contained in:
@@ -14,7 +14,7 @@ class ProgramController extends Controller
|
||||
`schedule`.`startdate`, `schedule`.`startday`, `schedule`.`starttime`, `schedule`.`enddate`, `schedule`.`endday`, `schedule`.`endtime`,
|
||||
`schedule`.`shortnamesuffix` AS `suffix`, `schedule`.`state` AS `state`
|
||||
FROM `programs_schedule` AS `schedule` LEFT JOIN `programs` ON `schedule`.`program` = `programs`.`id`
|
||||
WHERE ((`schedule`.`startdate` IS NULL) OR (`schedule`.`startdate` < :enddate)) AND
|
||||
WHERE ((`schedule`.`startdate` IS NULL) OR (`schedule`.`startdate` <= :enddate)) AND
|
||||
((`schedule`.`enddate` IS NULL) OR (`schedule`.`enddate` >= :startdate)) AND
|
||||
`schedule`.`active` = 1 AND
|
||||
`schedule`.`final` = 1
|
||||
|
||||
Reference in New Issue
Block a user