]> git.koha-community.org Git - koha.git/commit
Bug 8861 - Undefined variables in batchMod.pl trigger error logs
authorMark Tompsett <mtompset@hotmail.com>
Tue, 2 Oct 2012 13:28:29 +0000 (21:28 +0800)
committerChris Cormack <chris@bigballofwax.co.nz>
Sun, 21 Apr 2013 00:50:51 +0000 (12:50 +1200)
commitbc7859e8488887a9234b06b9fdd69c946268a414
treecd9bd939b8839c3ec0dba4f29b4efe01ac800a4d
parentb73a75a62ee0aecb9296bd1ef271e9277d11ff10
Bug 8861 - Undefined variables in batchMod.pl trigger error logs

Initialized $op, and changed lines like "$op => 1" and
"$error => 1" into separate, conditional template param calls.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
tools/batchMod.pl