Reformatted Calendar wobject to more closely conform to WGPB. Fixed a bug or two while I was at it.
This commit is contained in:
parent
3625526909
commit
83dbcf63e9
3 changed files with 24 additions and 24 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue