https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24000
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #115290|0 |1 is obsolete| | --- Comment #11 from David Nind <[email protected]> --- Created attachment 118878 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=118878&action=edit Bug 24000: Some modules do not return 1 This patch adds "1;" to the end of the following perl files: Koha/Filter/MARC/EmbedItemsAvailability.pm Koha/Filter/MARC/EmbedSeeFromHeadings.pm Koha/Filter/MARC/Null.pm Koha/Item/Search/Field.pm Koha/SearchEngine.pm misc/translator/VerboseWarnings.pm t/lib/Koha/Plugin/Test.pm This indicates the succesful execution of the initialization code. Test plan: Ensure that there are no other perl files that need "1;", but dont have it. Signed-off-by: David Nind <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
