Fix typo in '_doAfterTimeLimit_options' call from property definition.

This commit is contained in:
Scott Walters 2010-08-11 15:11:48 -04:00
parent c65eb74197
commit c74572bac1

View file

@ -48,7 +48,7 @@ property doAfterTimeLimit => (
tab => 'properties',
hoverHelp => ['do after timelimit hoverHelp', 'Asset_Survey'],
label => ['do after timelimit label', 'Asset_Survey'],
options => \&doAfterTimeLimit_options,
options => \&_doAfterTimeLimit_options,
);
sub _doAfterTimeLimit_options {
my $session = shift->session;