diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/datengarten/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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  		 */ | 
