Summary: | Silence warns in staff error log (koha-error_log) | ||
---|---|---|---|
Product: | Koha | Reporter: | Katrin Fischer <katrin.fischer> |
Component: | Architecture, internals, and plumbing | Assignee: | 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: | ||
Circulation function: | |||
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
Created attachment 23826 [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 Created attachment 23867 [details] [review] [SIGNED OFF] 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. 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> Pushed to master. Thanks, Chris! Patch pushed to 3.14.x, will be in 3.14.4. (thanks for our log files) |