[Koha-bugs] [Bug 6805] New: GetPendingIssues does not check if borrowernumber array non-empty before sending to MySQL

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 29 19:02:45 CEST 2011


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

             Bug #: 6805
           Summary: GetPendingIssues does not check if borrowernumber
                    array non-empty before sending to MySQL
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Architecture, internals, and plumbing
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: ian.walls at bywatersolutions.com
         QAContact: koha-bugs at lists.koha-community.org


In GetPendingIssues, since it's modification to handle multiple
borrowersnumbers at a time, there is no check as to whether the borrowernumber
array is non-empty; an empty array will result in a malformed SQL query
(...WHERE ORDERBY...).

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list