[Koha-bugs] [Bug 9148] New: Guided.pm - Allow mutiple selects and change the results limit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 26 16:33:03 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9148

            Bug ID: 9148
           Summary: Guided.pm - Allow mutiple selects and change the
                    results limit
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Reports
          Assignee: gmcharlt at gmail.com
          Reporter: vfernandes at keep.pt

Change:

$sql =~ s/\bSELECT\W+(?:\w+\W+){1,}?FROM\b|\bSELECT\W\*\WFROM\b/SELECT count(*)
FROM /i;

to

$sql =~ s/\bSELECT\W+(?:\w+\W+){1,}?FROM\b|\bSELECT\W\*\WFROM\b/SELECT count(*)
FROM /ig;



Change:

$limit  = 9999 unless $limit;

to

$limit  = 999999 unless $limit;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list