mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 05:56:27 +02:00
sig private view fix
This commit is contained in:
parent
95d890e188
commit
b959c0b2c0
6 changed files with 17 additions and 9 deletions
|
@ -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 = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue