fixed copy&paste error in speed dial slots edit

2.1@2833
Daniel Tiefnig 15 years ago
parent b472136840
commit 39df4ba8ab

@ -1340,7 +1340,7 @@ sub do_edit_speed_dial_slots : Local {
$update_destination =~ s/^00/+/;
} elsif($update_destination =~ /^0[1-9][0-9]+$/) {
$update_destination =~ s/^0/'+'.$c->session->{subscriber}{cc}/e;
} elsif($add_destination =~ /^[1-9][0-9]+$/) {
} elsif($update_destination =~ /^[1-9][0-9]+$/) {
$update_destination = '+' . $c->session->{subscriber}{cc} . $c->session->{subscriber}{ac} . $update_destination;
}
my $checkresult;

Loading…
Cancel
Save