fix missing field_loop in SQL Form template

This commit is contained in:
Graham Knop 2007-11-08 06:33:40 +00:00
parent 0c2f9f5ec7
commit 8df2c9f6b9
2 changed files with 6 additions and 6 deletions

View file

@ -4359,7 +4359,6 @@ my $sth = $dbLink->db->unconditionalRead($sql);
$var->{managementLinks} = $self->_getManagementLinks;
# Only process style if search is called directly;
delete $var->{'searchForm.field_loop'};
return $self->processTemplate($var, $self->getValue('searchTemplateId')) unless ($self->session->form->process("func") eq 'superSearch');
return $self->processStyle($self->processTemplate($var, $self->getValue('searchTemplateId')));
}