|
Lines 434-440
sub redirect_mod_subscription {
Link Here
|
| 434 |
my $subtype = $query->param('subtype'); |
434 |
my $subtype = $query->param('subtype'); |
| 435 |
my $sublength = $query->param('sublength'); |
435 |
my $sublength = $query->param('sublength'); |
| 436 |
my ($numberlength, $weeklength, $monthlength) = GetSubscriptionLength( $subtype, $sublength ); |
436 |
my ($numberlength, $weeklength, $monthlength) = GetSubscriptionLength( $subtype, $sublength ); |
| 437 |
my $numberpattern = $query->param('numbering_pattern'); |
|
|
| 438 |
my $locale = $query->param('locale'); |
437 |
my $locale = $query->param('locale'); |
| 439 |
my $lastvalue1 = $query->param('lastvalue1'); |
438 |
my $lastvalue1 = $query->param('lastvalue1'); |
| 440 |
my $innerloop1 = $query->param('innerloop1'); |
439 |
my $innerloop1 = $query->param('innerloop1'); |
| 441 |
- |
|
|