[Koha-bugs] [Bug 8063] Hold print notices do not sort by branch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 6 15:42:27 CEST 2012


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

--- Comment #12 from Kyle M Hall <kyle.m.hall at gmail.com> ---
Created attachment 9953
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=9953&action=edit
Bug 8063 - Followup - Bug fix

$OUTPUT being used but not being declared.

When trying to run this script I gat a nasty:
15:42 ~/koha.dev/koha-community (new/bug_8063 $%)$
./misc/cronjobs/gather_print_notices.pl
Global symbol "$OUTPUT" requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 81.
Global symbol "$OUTPUT" requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 95.
Global symbol "$OUTPUT" requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 102.
Global symbol "$OUTPUT" requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 106.
Global symbol "$OUTPUT" requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 120.
Global symbol "$OUTPUT" requires explicit package name at
./misc/cronjobs/gather_print_notices.pl line 127.
Execution of ./misc/cronjobs/gather_print_notices.pl aborted due to compilation
errors.

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


More information about the Koha-bugs mailing list