From 41d901f39d65e44fc8638fc46e0c9cf8929d4a12 Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Thu, 16 Oct 2014 17:51:59 +0300 Subject: [PATCH] only show the main halls in the program --- load-program.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load-program.php b/load-program.php index e70417d..13d3c56 100644 --- a/load-program.php +++ b/load-program.php @@ -29,7 +29,7 @@ $sched_bg=3940;*/ join events_speaker_profiles esp on esp.event_id=e.id join speaker_profiles sp on esp.speaker_profile_id=sp.id where - not s.event_id is null + not s.event_id is null and h.id in (1,2,3) group by h.name, h.id, starts_at, ends_at, t.id, e.title, e.subtitle, e.language, e.id, s.hall_id order by date(s.starts_at),s.starts_at, s.hall_id; ");