mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-13 15:16:38 +02:00
mobile nr country substitute
This commit is contained in:
parent
4ccea2b0a1
commit
d928abe0ec
7 changed files with 20 additions and 10 deletions
|
@ -1454,7 +1454,7 @@ sub bikes_available(){
|
|||
my $op_return = {};
|
||||
|
||||
my @adr_tariff = ();
|
||||
if(@adr_tariff){
|
||||
if($auth->{txt30}){
|
||||
@adr_tariff = ("$auth->{txt30}");
|
||||
@adr_tariff = split(/\s+/,$auth->{txt30}) if($auth->{txt30} =~ /\w\s+\w/);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue