diff --git a/registration-system/config.inc.php b/registration-system/config.inc.php index f15dec53e118cfe5cf70cae83f77f0c0141cb9e7..0c4e3c3998ec84e12f4b46dd2e038534905ba2ed 100644 --- a/registration-system/config.inc.php +++ b/registration-system/config.inc.php @@ -32,12 +32,14 @@ $config_essen = array( //"Extrawurst" ); -$config_reisearten = array( - "gemeinsam mit Bus/Bahn", - "gemeinsam mit Rad", - "individuell" +$config_reisearten_o = array( + "BUSBAHN"=>"gemeinsam mit Bus/Bahn", + "RAD"=>"gemeinsam mit Rad", + "AUTO"=>"selbst mit Auto", + "INDIVIDUELL"=>"Kamel/Individuell" //,"mit Kamel" ); +$config_reisearten = array_values($config_reisearten_o); $config_reisearten_destroyed = array( "mit Kamel",