diff options
author | ivan <ivan> | 2010-02-12 22:42:09 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-12 22:42:09 +0000 |
commit | 5b66c5f19bd7c820f20d964b8b1c0df291603236 (patch) | |
tree | bc79bc58fa28b70d5e3bb151ef1bc6eaf297e8cc /httemplate/search/elements/search-html.html | |
parent | 257b3c77eec67a7b12449a93ba545c4b2d458dab (diff) |
totals time used on svc_acct report
Diffstat (limited to 'httemplate/search/elements/search-html.html')
-rw-r--r-- | httemplate/search/elements/search-html.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/search/elements/search-html.html b/httemplate/search/elements/search-html.html index c0bb721f7..71e61de61 100644 --- a/httemplate/search/elements/search-html.html +++ b/httemplate/search/elements/search-html.html @@ -394,11 +394,12 @@ % } -% if ( $opt{'footer'} ) { +% if ( $opt{'footer'} ) { <TR> % foreach my $footer ( @{ $opt{'footer'} } ) { +% $footer = &{$footer}() if ref($footer) eq 'CODE'; <TD CLASS="grid" BGCOLOR="#dddddd" STYLE="border-top: dashed 1px black;"><i><% $footer %></i></TD> % } |