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@gmail.com Reporter: vfernandes@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.