]> git.koha-community.org Git - koha.git/commit
Bug 26137: Remove warnings from viewlog.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 8 Oct 2020 09:33:23 +0000 (11:33 +0200)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 10 Nov 2020 22:24:49 +0000 (22:24 +0000)
commitd031520710b85061051edc6ed4890aa9374bdf92
treef9cf82e81c147cd54bc457d96f1f18fcc16071af
parent2138e5af52fa27eab17c9ec5adda4d73b837a71f
Bug 26137: Remove warnings from viewlog.pl

The warnings are
Use of uninitialized value $val in concatenation (.) or string at /kohadevbox/koha/C4/Templates.pm line 138.
Problem = a value of  has been passed to param without key at /kohadevbox/koha/C4/Templates.pm line 138.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit 8b541714a177fc141c77967c8fc528c5c5453139)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
tools/viewlog.pl