diff options
author | Florian Larysch | 2017-10-28 17:47:41 +0200 |
---|---|---|
committer | Florian Larysch | 2017-10-28 17:47:41 +0200 |
commit | 45c549451a16bf41a77761b9409633829f5595c6 (patch) | |
tree | 661f0f7d2082e4f81bd07f775cf686008d719e6b | |
parent | 8f87d2562a116d205da8995710da7099fb8856b8 (diff) |
wikidatacon2017: fix schedule room filter
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/wikidatacon2017/config.php | 6 |
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', ], /** |