Bug 4511

Summary: Clear some debug warnings from logfile
Product: Koha Reporter: Marcel de Rooy <m.de.rooy>
Component: Architecture, internals, and plumbingAssignee: Marcel de Rooy <m.de.rooy>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: trivial    
Priority: PATCH-Sent (DO NOT USE)    
Version: rel_3_0   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:

Description Chris Cormack 2010-05-21 01:28:02 UTC


---- Reported by m.de.rooy@rijksmuseum.nl 2010-05-17 10:38:42 ----

Line in C4/Search.pm produces lots of warnings in logfile:
  warn $results[$i-1]->record($j)->render() ;

Same for line in C4/XSLT.pm:
  warn getcwd;

Commented out in patch sent.



---- Additional Comments From gmcharlt@gmail.com 2010-05-17 12:28:29 ----

Warns were introduced into 3.0.x only; reassigning to the 3.0 RMaint.



--- Bug imported by chris@bigballofwax.co.nz 2010-05-21 01:28 UTC  ---

This bug was previously known as _bug_ 4511 at http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=4511

Actual time not defined. Setting to 0.0
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.

Comment 1 Owen Leonard 2010-09-15 14:16:46 UTC
Original patch is here:

http://lists.koha-community.org/pipermail/koha-patches/2010-May/011853.html