Bug 5205 Fix compile time warnings in tools/batchMod.pl
authorColin Campbell <colin.campbell@ptfs-europe.com>
Wed, 8 Sep 2010 13:30:15 +0000 (14:30 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 6 Oct 2010 09:59:10 +0000 (05:59 -0400)
commitc02cd2cabff9a09a7440efec775a88160c6ca634
treeaee7c9c77838fa140ea47a38a0a307c83a0a77ba
parentccadb31c21e5fee9712dfc5933c93747e2fe30f6
Bug 5205 Fix compile time warnings in tools/batchMod.pl

$dbh was declared twice
prototypes used in a subroutine that was not declared before use

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
tools/batchMod.pl