diff options
author | MaZderMind | 2015-11-14 12:28:54 +0100 |
---|---|---|
committer | MaZderMind | 2015-11-14 12:29:57 +0100 |
commit | 8ea23c0b04b289060e3fc2363a3f5967f7a7e291 (patch) | |
tree | ad4a4c9096a72c0b5f6506a3b806d6dba99124f8 /configs/conferences | |
parent | d26cfb6aeaff095c21f37f0736924fb5f152110a (diff) |
rename room to cccb on datengarten & chaosradio
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/chaosradio/config.php | 4 | ||||
-rw-r--r-- | configs/conferences/datengarten/config.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/conferences/chaosradio/config.php b/configs/conferences/chaosradio/config.php index 523cc51..65d6392 100644 --- a/configs/conferences/chaosradio/config.php +++ b/configs/conferences/chaosradio/config.php @@ -116,7 +116,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( */ 'GROUPS' => array( '' => array( - 'chaosradio', + 'cccb', ), ), ); @@ -131,7 +131,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( * Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs, * in $GLOBALS['CONFIG']['OVERVIEW'] oder im Feedback verwendet wird. */ - 'chaosradio' => array( + 'cccb' => array( /** * Angezeige-Name */ diff --git a/configs/conferences/datengarten/config.php b/configs/conferences/datengarten/config.php index a5f0d81..f9ee726 100644 --- a/configs/conferences/datengarten/config.php +++ b/configs/conferences/datengarten/config.php @@ -116,7 +116,7 @@ $GLOBALS['CONFIG']['OVERVIEW'] = array( */ 'GROUPS' => array( '' => array( - 'datengarten', + 'cccb', ), ), ); @@ -131,7 +131,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( * Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs, * in $GLOBALS['CONFIG']['OVERVIEW'] oder im Feedback verwendet wird. */ - 'datengarten' => array( + 'cccb' => array( /** * Angezeige-Name */ |