koha-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-bugs] [Bug 1753] use of 'new CGI' in C4/Rports.pm


From: bugzilla-daemon
Subject: [Koha-bugs] [Bug 1753] use of 'new CGI' in C4/Rports.pm
Date: Tue, 8 Jan 2008 11:23:24 -0800 (PST)

http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1753


address@hidden changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Comment #1 from address@hidden  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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]