diff options
| author | Daniel Molkentin | 2017-11-23 23:17:22 +0100 | 
|---|---|---|
| committer | Daniel Molkentin | 2017-11-23 23:17:22 +0100 | 
| commit | f9c73cb5c17580f275e8e7e0f253c80317bcce04 (patch) | |
| tree | 6fab8911d7851dbc7c7b900c727656c6315ffb6c /configs | |
| parent | a2eb420fd9a35ad7eef1d91809cef576ea7a8ae3 (diff) | |
name stream
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/conferences/jh-berlin-2017/config.php | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/configs/conferences/jh-berlin-2017/config.php b/configs/conferences/jh-berlin-2017/config.php index ef5357c..82d44a1 100644 --- a/configs/conferences/jh-berlin-2017/config.php +++ b/configs/conferences/jh-berlin-2017/config.php @@ -120,7 +120,7 @@ $CONFIG['OVERVIEW'] = array(  	 */  	'GROUPS' => array(  		'Lecture Rooms' => array( -			'S1', +			'betahaus',  		),  	),  ); @@ -135,7 +135,7 @@ $CONFIG['ROOMS'] = array(  	 * Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs,  	 * in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird.  	 */ -	'S1' => array( +	'betahaus' => array(  		/**  		 * Angezeige-Name  		 */ @@ -146,7 +146,7 @@ $CONFIG['ROOMS'] = array(  		 * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von  		 * s1 bis s5 durchnummeriert.  		 */ -		'STREAM' => 's97', +		'STREAM' => 'q2',  		/**  		 * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen | 
