diff options
author | derpeter | 2019-09-13 08:33:06 +0200 |
---|---|---|
committer | derpeter | 2019-09-13 08:33:06 +0200 |
commit | 054e08f96468254db6a4b5b9ad04fbaa0ec58d8d (patch) | |
tree | cca1f21842d41bfc566e8f0aa04be2aab2f623fc /configs/conferences/15np/config.php | |
parent | 3f4d8712ab8bf3d9a52211aa5145644e130fa837 (diff) |
disabled schedule für 15np
Diffstat (limited to 'configs/conferences/15np/config.php')
-rw-r--r-- | configs/conferences/15np/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/15np/config.php b/configs/conferences/15np/config.php index 1dbd13c..c090e1b 100644 --- a/configs/conferences/15np/config.php +++ b/configs/conferences/15np/config.php @@ -150,7 +150,7 @@ $CONFIG['ROOMS'] = array( 'AUDIO' => true, 'MUSIC' => false, - 'SCHEDULE' => true, + 'SCHEDULE' => false, 'SCHEDULE_NAME' => 'Hauptbühne', 'FEEDBACK' => false, @@ -174,7 +174,7 @@ $CONFIG['ROOMS'] = array( 'AUDIO' => true, 'MUSIC' => false, - 'SCHEDULE' => true, + 'SCHEDULE' => false, 'SCHEDULE_NAME' => 'Roter Salon', 'FEEDBACK' => false, |