https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17447
--- Comment #21 from M. Tompsett <[email protected]> --- Comment on attachment 58538 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=58538 Bug 17447: Remove unused vars from batchRebuildItemsTables.pl Review of attachment 58538: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=17447&attachment=58538) ----------------------------------------------------------------- ::: misc/batchRebuildItemsTables.pl @@ +43,4 @@ > 'where:s' => \$where, > ) or pod2usage(2); > > +pod2usage(1) if $help || ( !$confirm && !$test_parameter ); This is the only reason you would consider it an enhancement, but it behaves more like a bug fix. -- 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/
