This commit is contained in:
Matthew Wilson 2006-04-21 16:02:15 +00:00
parent 7f9c404b9a
commit e97e62d3e3

View file

@ -2195,8 +2195,8 @@ sub www_editEventMetaDataField {
); );
$f->yesNo( $f->yesNo(
-name => "autoSearch", -name => "autoSearch",
-label => $i18n->('auto search'), -label => $i18n->get('auto search'),
-hoverHelp => $i18n->('auto search description'), -hoverHelp => $i18n->get('auto search description'),
-value => $data->{autoSearch}, -value => $data->{autoSearch},
); );
my %hash; my %hash;