http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7419
Christophe Croullebois <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Patch doesn't apply CC| |christophe.croullebois@bibl | |ibre.com --- Comment #17 from Christophe Croullebois <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
