From d69b2b7b1407e26349359c624fb75188ee2580ee Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Sun, 16 Oct 2016 00:02:51 +0300 Subject: [PATCH] halls for 2016 --- schedule-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule-config.php b/schedule-config.php index 389afaa..af37ac5 100644 --- a/schedule-config.php +++ b/schedule-config.php @@ -10,7 +10,7 @@ $CF['lang'] = pll_current_language('slug'); $hall_defs = array( '2014' => array('lectures' => array(1, 2, 3), 'workshops' => array(4, 5), 'all' => array(1, 2, 3, 4, 5) ), '2015' => array('lectures' => array(6, 7, 8), 'workshops' => array(9), 'all' => array(6, 7, 8, 9) ), - '2016' => array('lectures' => array(6, 7), 'workshops' => array(8, 9), 'all' => array(6, 7, 8, 9) ) + '2016' => array('lectures' => array(10, 11, 12), 'workshops' => array(12, 13, 14), 'all' => array(10, 11, 12, 13, 14) ) ); /* clarion conference ids */