[Koha-bugs] [Bug 7419] Add authority deduplication script

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 12 16:36:43 CET 2012


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

Christophe Croullebois <christophe.croullebois at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Patch doesn't apply
                 CC|                            |christophe.croullebois at bibl
                   |                            |ibre.com

--- Comment #17 from Christophe Croullebois <christophe.croullebois at biblibre.com> ---
Hello Julian,
if we don't use --verbose we have errors => Use of uninitialized value $verbose
in numeric ge (>=) at ./dedup_authorities.pl line 126.
the same for lines 143,145,151.
For line 126 : if ($verbose >= 2) should be : if ($verbose AND $verbose >= 2)
thx

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


More information about the Koha-bugs mailing list