diff options
author | Andreas Hubel | 2020-10-31 16:34:09 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-10-31 16:34:09 +0100 |
commit | d48b92a92a7ae2ae6412b3c0bbcc531f059a814b (patch) | |
tree | ff6555157a68416f5b1f78a05933612657831cd5 /configs | |
parent | 47d59278f25076a7ede761adf93ad4534f3d9682 (diff) |
fix whitespace
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/occon18/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/osc18/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/rustfest2018/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/rustfestrome2018/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/suselabs18/config.php | 2 | ||||
-rw-r--r-- | configs/conferences/suselabs19/config.php | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/configs/conferences/occon18/config.php b/configs/conferences/occon18/config.php index 0e06217..7b1cd0f 100644 --- a/configs/conferences/occon18/config.php +++ b/configs/conferences/occon18/config.php @@ -1,4 +1,4 @@ - <?php +<?php $CONFIG['CONFERENCE'] = array( /** diff --git a/configs/conferences/osc18/config.php b/configs/conferences/osc18/config.php index 180fb45..c1a7cb3 100644 --- a/configs/conferences/osc18/config.php +++ b/configs/conferences/osc18/config.php @@ -1,4 +1,4 @@ - <?php +<?php $CONFIG['CONFERENCE'] = array( /** diff --git a/configs/conferences/rustfest2018/config.php b/configs/conferences/rustfest2018/config.php index f16db45..a2e7132 100644 --- a/configs/conferences/rustfest2018/config.php +++ b/configs/conferences/rustfest2018/config.php @@ -1,4 +1,4 @@ - <?php +<?php $CONFIG['CONFERENCE'] = array( /** diff --git a/configs/conferences/rustfestrome2018/config.php b/configs/conferences/rustfestrome2018/config.php index 0a9ac1e..6dcaefe 100644 --- a/configs/conferences/rustfestrome2018/config.php +++ b/configs/conferences/rustfestrome2018/config.php @@ -1,4 +1,4 @@ - <?php +<?php $CONFIG['CONFERENCE'] = array( /** diff --git a/configs/conferences/suselabs18/config.php b/configs/conferences/suselabs18/config.php index eb99d06..29f24e1 100644 --- a/configs/conferences/suselabs18/config.php +++ b/configs/conferences/suselabs18/config.php @@ -1,4 +1,4 @@ - <?php +<?php $CONFIG['CONFERENCE'] = array( /** diff --git a/configs/conferences/suselabs19/config.php b/configs/conferences/suselabs19/config.php index 522f12e..ca82cc9 100644 --- a/configs/conferences/suselabs19/config.php +++ b/configs/conferences/suselabs19/config.php @@ -1,4 +1,4 @@ - <?php +<?php $CONFIG['CONFERENCE'] = array( /** |