BugFixing : viewlog.pl was broken (comma missing)
authorHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 16 Oct 2007 21:02:36 +0000 (16:02 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 17 Oct 2007 12:08:07 +0000 (07:08 -0500)
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
tools/viewlog.pl

index f26757c..1f0eb95 100755 (executable)
@@ -138,7 +138,7 @@ else {
     $template->param(
         total        => 0,
         CGIextChoice => $CGIextChoice,
-        CGIsepChoice => $CGIsepChoice
+        CGIsepChoice => $CGIsepChoice,
         DHTMLcalendar_dateformat => get_date_format_string_for_DHTMLcalendar(),
     );
     output_html_with_http_headers $input, $cookie, $template->output;