http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1753 chris.cormack@liblime.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Comment #1 from chris.cormack@liblime.com 2008-01-08 11:23 ------- Good point will do, The problem is the api for themelanguage recently changed and it needs a CGI object passed to it. In C4::Reports the themelanguage call is not done in any of subroutines, but is called and use to populate an array that is used by many of the subroutines. So I think that will need to be shifted to a subroutine instead. Then each of the code refactored to pass the $cgi object in from the script and to the new subroutine that populates the array. Will work on this now. ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.