aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDaniel Molkentin2016-09-29 10:50:27 +0200
committerDaniel Molkentin2016-09-29 10:50:27 +0200
commit9db8bfa5d6f787c05322d28a9b245f3eaaf53be1 (patch)
tree4eb7a0217e9909c2a81cb7f1bb5b67b3ec2bf4e0 /configs
parent349f206eb1227cd96e833bf130c683cda9786629 (diff)
Fix fahrplan display
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/conferences/systemd-conf-2016/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/systemd-conf-2016/config.php b/configs/conferences/systemd-conf-2016/config.php
index 4f89265..8690a5a 100755
--- a/configs/conferences/systemd-conf-2016/config.php
+++ b/configs/conferences/systemd-conf-2016/config.php
@@ -138,7 +138,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
/**
* Angezeige-Name
*/
- 'DISPLAY' => 'mainhall',
+ 'DISPLAY' => 'Main stage',
/**
* ID des Video/Audio-Streams. Die Stream-ID ist davon abhängig, welches
@@ -245,7 +245,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
* Name des Raums im Fahrplan
* Wenn diese Zeile auskommentiert ist wird der Raum-Slug verwendet
*/
- //'SCHEDULE_NAME' => 'mainhall',
+ 'SCHEDULE_NAME' => 'Main stage',
/**
* Feedback anzeigen (boolean)
@@ -370,7 +370,7 @@ $GLOBALS['CONFIG']['SCHEDULE'] = array(
* Wird diese Zeile auskommentiert, werden alle Räume angezeigt
*/
'ROOMFILTER' => [
- 'mainhall',
+ 'Main stage',
],
/**