Skip to content
Snippets Groups Projects
Commit 8e4f5db9 authored by Manuel Herrmann's avatar Manuel Herrmann
Browse files

config_reisearten_o

parent c94e8fd9
No related branches found
No related tags found
No related merge requests found
...@@ -32,12 +32,14 @@ $config_essen = array( ...@@ -32,12 +32,14 @@ $config_essen = array(
//"Extrawurst" //"Extrawurst"
); );
$config_reisearten = array( $config_reisearten_o = array(
"gemeinsam mit Bus/Bahn", "BUSBAHN"=>"gemeinsam mit Bus/Bahn",
"gemeinsam mit Rad", "RAD"=>"gemeinsam mit Rad",
"individuell" "AUTO"=>"selbst mit Auto",
"INDIVIDUELL"=>"Kamel/Individuell"
//,"mit Kamel" //,"mit Kamel"
); );
$config_reisearten = array_values($config_reisearten_o);
$config_reisearten_destroyed = array( $config_reisearten_destroyed = array(
"mit Kamel", "mit Kamel",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment