From: ivan Date: Mon, 4 Sep 2006 20:31:22 +0000 (+0000) Subject: really fix the embedded duration table X-Git-Tag: TRIXBOX_2_6~976 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=01d90ee58ee915b838fe3fe4d7f2c472af238429 really fix the embedded duration table --- diff --git a/httemplate/search/sqlradius.cgi b/httemplate/search/sqlradius.cgi index 1a19ef762..486b94d94 100644 --- a/httemplate/search/sqlradius.cgi +++ b/httemplate/search/sqlradius.cgi @@ -65,13 +65,14 @@ % foreach my $field ( keys %efields ) { +% my $html = &{ $efields{$field}->{fmt} }( $session->{$field}, +% $session, +% $part_export, +% ); +% my $class = ( $html =~ / - <% &{ $efields{$field}->{fmt} }( $session->{$field}, - $session, - $part_export, - ) - %> + % }
+ <% $html %>