Thread HTML::Template TMPL_IF Block in TMPL_LOOP Block
(9 answers)
Opened by kruemmel at 2007-01-14 17:28 Code: (dl
)
push @{$rows}, $_ while $_ = $sth->fetchrow_hashref(); zu Code: (dl
)
push @{$rows}, {%$_, IS_DEC => $_->{Monat} eq 'Dec' ? 1 : 0} while $_ = $sth->fetchrow_hashref(); OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/) -- Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html Perl-Entwicklung: http://perl-services.de/ |