[Koha-bugs] [Bug 9586] Remove $ENV{DEBUG} info from Member Template

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 5 20:06:19 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9586

--- Comment #3 from Elliott Davis <elliott at bywatersolutions.com> ---
Created attachment 15894
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15894&action=edit
Bug 9586 - Remove $ENV{DEBUG} info from Member Template

Currently, if $ENV{DEBUG} is set (for example to 1), the debug level will be
printed on the Add/Edit Patron pages (memberentrygen.tt) in the form of: "Debug
is on (level 1)".

While many if not most folks might not set $ENV{DEBUG} on a production system,
there is no reason to have this information printing on the member template(s).

No where else in Koha is there a template that prints $ENV{DEBUG} information,
with the exception of calendar.inc, although that doesn't activate until at
least debug level 2 or 5, so it might be worth holding on to. It is certainly
more complicated than simply printing the debug level. I don't do development
on the calendars, so I'm not going to address that one.

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
Signed-off-by: Elliott Davis <elliott at bywatersolions.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list