Bug 7965

Summary: Silence warns in staff error log (koha-error_log)
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: Architecture, internals, and plumbingAssignee: Chris Cormack <chris>
Status: CLOSED FIXED QA Contact:
Severity: normal    
Priority: P5 - low CC: fridolin.somers, gmcharlt
Version: Main   
Hardware: All   
OS: All   
See Also: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7937
Change sponsored?: --- Patch complexity: Trivial patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 7965 : Silence warns in staff log
[SIGNED OFF] Bug 7965 : Silence warns in staff log
Bug 7965 : Silence warns in staff log

Description Katrin Fischer 2012-04-15 09:12:33 UTC

    
Comment 1 Chris Cormack 2013-12-27 06:21:28 UTC Comment hidden (obsolete)
Comment 2 Katrin Fischer 2013-12-29 21:15:49 UTC Comment hidden (obsolete)
Comment 3 Jonathan Druart 2014-01-10 12:46:38 UTC
Created attachment 24120 [details] [review]
Bug 7965 : Silence warns in staff log

Silence warns in C4::Bookseller

to test
1/ run prove t/db_dependent/Bookseller.t
   Notice lots of Use of uninitialized value $delay in numeric lt (<) at /var/lib/jenkins/jobs/Koha_master/workspace/C4/Bookseller.pm line 134 type lines
2/ apply patch
3/ run prove t/db_dependent/Bookseller.t
   Notice warns are gone

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Tiny change, positive consequences.
Passes QA script and all tests.

Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Comment 4 Galen Charlton 2014-01-10 16:15:13 UTC
Pushed to master.  Thanks, Chris!
Comment 5 Fridolin Somers 2014-02-18 08:50:27 UTC
Patch pushed to 3.14.x, will be in 3.14.4.
(thanks for our log files)