- Performance enhancement added to Page Layouts to make them do template

processing twice as fast.
This commit is contained in:
JT Smith 2007-03-05 20:27:17 +00:00
parent 47c65b7d66
commit 7b414dfd28
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,6 @@
7.3.12
- Performance enhancement added to Page Layouts to make them do template
processing twice as fast.
- fix: Fixing bad link on the Event page to the search engine. Added a new
Event template variable called urlSearch to handle it. (perlDreamer Consulting, LLC)
- fix: Set default groupIdEditEvent to groupIdEdit during upgrade (perlDreamer Consulting, LLC)

View file

@ -239,7 +239,6 @@ sub view {
';
}
my $showPerformance = $self->session->errorHandler->canShowPerformanceIndicators();
my $out = $self->processTemplate($self->{_viewVars},undef,$self->{_viewTemplate});
my @parts = split("~~~",$self->processTemplate($self->{_viewVars},undef,$self->{_viewTemplate}));
my $output = "";
foreach my $part (@parts) {