done with i18n.

This commit is contained in:
Matthew Wilson 2005-12-03 16:31:24 +00:00
parent ba7d02f0d2
commit 68e901d98c
6 changed files with 154 additions and 284 deletions

View file

@ -86,7 +86,7 @@ sub view {
#Set some template variables
#Build list of searches as an array
my $defaults = $self->getValue("predefinedSearches");
# my $defaults = $self->getValue("predefinedSearches");
return $self->processTemplate(\%var, $self->get("templateId"));
}