Bugfix bad template variable, causing no data to display on bookfund.pl

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
Ryan Higgins 2008-06-20 14:40:51 -05:00 committed by Joshua Ferraro
parent f2feb68509
commit 3dc7ca5aff
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ while ( my $data = $sth->fetchrow_hashref ) {
} }
$template->param( $template->param(
COMMITEDLOOP => \@commited_loop, COMMITTEDLOOP => \@commited_loop,
total => $total total => $total
); );
$sth->finish; $sth->finish;

View file

@ -26,7 +26,7 @@
<th>Subtotal</th> <th>Subtotal</th>
</tr> </tr>
<!--TMPL_LOOP NAME="commitedloop"--> <!--TMPL_LOOP NAME="COMMITTEDLOOP"-->
<!--TMPL_IF name="toggle"--> <!--TMPL_IF name="toggle"-->
<tr class="hilighted"> <tr class="hilighted">
<!--TMPL_ELSE--> <!--TMPL_ELSE-->