- fix [ 1488598 ] edit workflow broken

- fix [ 1488561 ] webggui
 - fix [ 1488557 ] new styles are missing ^/; in link
 - fix [ 1488530 ] search has no toolbar
 - fix [ 1488663 ] Add new subscription broken
 - fix [ 1485461 ] Internationalized the Date in Mail headers
 - fix [ 1488518 ] Snippet has no cacheTimeout field
 - fix [ 1486788 ] karma isn't working on forums
This commit is contained in:
JT Smith 2006-05-16 15:40:35 +00:00
parent 6c2d4c8914
commit cdb018a0bf
8 changed files with 105 additions and 5 deletions

View file

@ -460,7 +460,8 @@ The period you want the name for.
=cut
sub recurringPeriodValues {
my ($session) = @_;
my $class = shift;
my $session = shift;
my ($i18n, %periods);
$i18n = WebGUI::International->new($session, 'Commerce');
tie %periods, "Tie::IxHash";