25 Oct
2012
25 Oct
'12
7:41 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8895 --- Comment #8 from Paul Poulain <paul.poulain@biblibre.com> --- (In reply to comment #5)
3/ The line 424 has a useless test if defined( $data->{value} )
I had some trouble understanding what you were meaning... and have got it now ! I've pushed the patch with a follow-up removing the useless code (In reply to comment #7)
Oh, 3) was already in the original code and not the target of my patch.
Marc, yes it was, but before your patch is was meaningfull. After your patch is was a dead code test, because the string has been defined 2 lines before. Anyway, problem fixed ! -- You are receiving this mail because: You are watching all bug changes.