[Koha-patches] [PATCH] Bug 4937: Fixes XHTML in the pagination links of a saved report.

Garry Collum gcollum at gmail.com
Sun Jul 4 00:20:24 CEST 2010


---
 reports/guided_reports.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/reports/guided_reports.pl b/reports/guided_reports.pl
index 269f7a8..4d7bafb 100755
--- a/reports/guided_reports.pl
+++ b/reports/guided_reports.pl
@@ -501,7 +501,7 @@ elsif ($phase eq 'Run this report'){
         }
 
         my $totpages = int($total/$limit) + (($total % $limit) > 0 ? 1 : 0);
-        my $url = "/cgi-bin/koha/reports/guided_reports.pl?reports=$report&phase=Run%20this%20report";
+        my $url = "/cgi-bin/koha/reports/guided_reports.pl?reports=$report&phase=Run%20this%20report";
         $template->param(
             'results' => \@rows,
             'sql'     => $sql,
-- 
1.5.6.5



More information about the Koha-patches mailing list