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

@ -9,11 +9,12 @@
(Diona Kidd, Knowmad Technologies)
7.4.13
- fix: Calendar doubles backslashes on iCal import
- fix: EMS edit badge event list can display incorrectly in IE
- fix: Expired SessionScratch not deleted (thanks to Michelle Lamar)
http://www.plainblack.com/bugs/tracker/expired-sessionscratch-not-deleted
- fix: Bad import of help template variables from other topics. (perlDreamer Consulting, LLC.)
- fix: field_loop missing from SQL Form template
- fix: Calendar doubles backslashes on iCal import
- fix: EMS edit badge event list can display incorrectly in IE
- fix: Expired SessionScratch not deleted (thanks to Michelle Lamar)
http://www.plainblack.com/bugs/tracker/expired-sessionscratch-not-deleted
- fix: Bad import of help template variables from other topics. (perlDreamer Consulting, LLC.)
7.4.12
- fix: extra empty/grey area at the bottom of pages

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')));
}