http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8176
Priority: P5 - low
Change sponsored?: ---
Bug ID: 8176
Assignee: [email protected]
Summary: $sqlwhere is undefined in C4::Serials in
GetSubscriptions
Severity: normal
Classification: Unclassified
OS: All
Reporter: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/