Reformatted Calendar wobject to more closely conform to WGPB. Fixed a bug or two while I was at it.

This commit is contained in:
Doug Bell 2007-01-30 15:07:03 +00:00
parent 3625526909
commit 83dbcf63e9
3 changed files with 24 additions and 24 deletions

View file

@ -44,11 +44,10 @@ use JSON;
####################################################################
sub definition
{
my $class = shift;
my $session = shift;
my $definition = shift || [];
sub definition {
my $class = shift;
my $session = shift;
my $definition = shift || [];
my $i18n = WebGUI::International->new($session, 'Asset_Calendar');