aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/wikidatacon2017/config.php
diff options
context:
space:
mode:
authorFlorian Larysch2017-10-28 17:47:41 +0200
committerFlorian Larysch2017-10-28 17:47:41 +0200
commit45c549451a16bf41a77761b9409633829f5595c6 (patch)
tree661f0f7d2082e4f81bd07f775cf686008d719e6b /configs/conferences/wikidatacon2017/config.php
parent8f87d2562a116d205da8995710da7099fb8856b8 (diff)
wikidatacon2017: fix schedule room filter
Diffstat (limited to '')
-rwxr-xr-xconfigs/conferences/wikidatacon2017/config.php6
1 files changed, 3 insertions, 3 deletions
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',
],
/**