| Thread Previous • Date Previous • Date Next • Thread Next |
Merge authors: Lee Goodrich (leegoodrich) Related merge proposals: https://code.launchpad.net/~leegoodrich/mvhub/refactor_quick_login_id/+merge/29914 proposed by: Lee Goodrich (leegoodrich) review: Approve - Dan MacNeil (omacneil) ------------------------------------------------------------ revno: 454 [merge] committer: Lee Goodrich <lgoodrich@xxxxxxxxxx> branch nick: trunk timestamp: Fri 2010-07-16 11:45:58 -0400 message: re-merged refactor_quick_login_id modified: lib-mvhub/lib/MVHub/Utils.pm -- lp:mvhub https://code.launchpad.net/~mvhub-commit/mvhub/trunk Your team MVHub Developers is subscribed to branch lp:mvhub. To unsubscribe from this branch go to https://code.launchpad.net/~mvhub-commit/mvhub/trunk/+edit-subscription
=== modified file 'lib-mvhub/lib/MVHub/Utils.pm'
--- lib-mvhub/lib/MVHub/Utils.pm 2010-07-14 19:09:17 +0000
+++ lib-mvhub/lib/MVHub/Utils.pm 2010-07-16 15:45:03 +0000
@@ -95,8 +95,7 @@
my $website_name = shift or croak "Missing Param: website_name\n";
my $agency_id = shift or croak "Missing Param: agency_id\n";
my $ql_id = shift or croak "Missing Param: ql_id\n";
- return
- "http://${website_name}/cgi-bin/mvhub/agency.pl?rm=ql&aid=${agency_id}&qlid=${ql_id}";
+ return "http://${website_name}/${agency_id}/${ql_id}";
}
sub parse_zip_code {
| Thread Previous • Date Previous • Date Next • Thread Next |