http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8176
--- Comment #1 from Colin Campbell <[email protected]> --- Created attachment 9867 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9867&action=edit Proposed patch Checking the variable with the ternary will generate a warning about comparison with an undefined var. (test needs to be defined $sqlwhere) The underlying problem is that we havent given an initial value to the var before either overwriting or concatening with it so this initializes it to an empty string, that done it should not log warnings -- 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/
