first round of changes for the new session system

This commit is contained in:
JT Smith 2005-12-31 21:54:06 +00:00
parent da95226072
commit d4b7f2ce59
128 changed files with 2442 additions and 1478 deletions

View file

@ -1,7 +1,6 @@
package WebGUI::Macro::SubscriptionItemPurchaseUrl;
use strict;
use WebGUI::URL;
=head1 NAME
@ -23,6 +22,7 @@ The ID of the subscription item to purchase.
=cut
sub process {
my $session = shift;
return WebGUI::URL::page('op=purchaseSubscription;sid='.shift);
}