[Koha-bugs] [Bug 8176] New: $sqlwhere is undefined in C4::Serials in GetSubscriptions

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 1 06:12:36 CEST 2012


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

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 8176
          Assignee: colin.campbell at ptfs-europe.com
           Summary: $sqlwhere is undefined in C4::Serials in
                    GetSubscriptions
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mtompset at hotmail.com
          Hardware: All
            Status: NEW
           Version: rel_3_6
         Component: Serials
           Product: Koha

This is similar to 7105, but 7105 forgot to add one more line.

Add this    -->    $sqlwhere = ( $sqlwhere ? $sqlwhere : "" );
Before this -->    $sql .= "$sqlwhere ORDER BY title";

Around line 606 in C4::Serials.
I'm looking at 3.6.3

This is what triggered my search:
[Fri Jun 01 07:06:39 2012] [error] [client 192.168.100.2] [Fri Jun  1 07:06:39
2
012] serials-home.pl: Use of uninitialized value $sqlwhere in concatenation (.)
or string at /usr/share/koha/lib/C4/Serials.pm line 606.

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


More information about the Koha-bugs mailing list