sig private view fix

This commit is contained in:
ragu 2022-06-09 15:31:31 +02:00
parent 95d890e188
commit b959c0b2c0
6 changed files with 17 additions and 9 deletions

View file

@ -831,7 +831,7 @@ sub sigbike_cupdate {
owner => "169",
};
$bw->log("UPDATE content from record_sig with bike nr:",$update,"");
$bw->log("sigbike_cupdate content from record_sig with bike nr:",$update,"");
$rows = $dbt->update_record($dbh,$update,$record_sig->{$bid});
if($rows != 1){
my $c_id = "";
@ -862,7 +862,7 @@ sub sigstation_cupdate {
owner => "169",
};
$bw->log("UPDATE content from record_sig with bike nr:",$update,"");
$bw->log("sigstation_cupdate content from record_sig with bike nr:",$update,"");
$rows = $dbt->update_record($dbh,$update,$record_sig->{$sid});
if($rows != 1){
my $c_id = "";