From 45c549451a16bf41a77761b9409633829f5595c6 Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Sat, 28 Oct 2017 17:47:41 +0200 Subject: wikidatacon2017: fix schedule room filter --- configs/conferences/wikidatacon2017/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/conferences/wikidatacon2017/config.php') diff --git a/configs/conferences/wikidatacon2017/config.php b/configs/conferences/wikidatacon2017/config.php index 192a75b..2ea79f7 100755 --- a/configs/conferences/wikidatacon2017/config.php +++ b/configs/conferences/wikidatacon2017/config.php @@ -414,9 +414,9 @@ $CONFIG['SCHEDULE'] = array( * Wird diese Zeile auskommentiert, werden alle Räume angezeigt */ 'ROOMFILTER' => [ - 'a1', - 'a2', - 'a3', + 'A1', + 'A2', + 'A3', ], /** -- cgit v1.2.3