bayern web style

This commit is contained in:
ragu 2022-05-05 12:07:05 +02:00
parent 7ede282b7b
commit cc031094eb
8 changed files with 67 additions and 23 deletions

View file

@ -78,7 +78,7 @@ sub handler {
# <sharee_LastenVelo>
# <todo>add_LVuser</todo>
# <userID>12345678</userID>
# <emailID>ragu@gnu-systems.de</emailID>
# <emailID>ragu@gu-syems.de</emailID>
# <pwID>geheim123</pwID>
#</sharee_LastenVelo>
@ -104,7 +104,7 @@ sub handler {
table => "contentadr",
fetch => "one",
template_id => "202",
txt08 => "$xmlref->{emailID}",
txt08 => "ilike::" . $q->escapeHTML($xmlref->{emailID}),
};
my $record_e = { c_id => "" };
$record_e = $dbt->fetch_record($dbh,$pref_e);

View file

@ -166,7 +166,7 @@ sub kmlGenerator {
$station_groupID = $1 if($station_group =~ /(\d+)/);
$bike_groupID = $1 if($bike_group =~ /(\d+)/);
$bw->log("KMLout bike available if: $station_groupID == $bike_groupID && $station eq $response_bikes->{shareejson}->{bikes}->{$bike}->{station}","","");
#$bw->log("KMLout bike available if: $station_groupID == $bike_groupID && $station eq $response_bikes->{shareejson}->{bikes}->{$bike}->{station}","","");
#if Lastenrad
if($station_groupID == $lastenrad && $station_groupID == $bike_groupID && $station eq $response_bikes->{shareejson}->{bikes}->{$bike}->{station}){