Bug 17447: %opt is unused
authorMark Tompsett <mtompset@hotmail.com>
Fri, 30 Dec 2016 15:12:24 +0000 (10:12 -0500)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 13 Jan 2017 11:37:01 +0000 (11:37 +0000)
commit3371b08123ad5848ee6202c1ac8609276c46f9a1
treebc22b9d6ffc04f69e47a0e9da80e0e310826700c
parent56391bd15ae797a7bca348aef01c9d70466f14ad
Bug 17447: %opt is unused

Deleted the line.
perlcritic -4 before and after.
Before there are issues. After there is not.

Also, changed function to not rely on implicit return value
of last line, but explicitly stated a return. And operator
changed, due to precedence issues.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
misc/batchRebuildItemsTables.pl