minor cleanup, remove $sth->finish's. No documentation impact.
authorJoe Atzberger <joe.atzberger@liblime.com>
Thu, 29 May 2008 13:59:25 +0000 (08:59 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 30 May 2008 15:01:06 +0000 (10:01 -0500)
commitfddba9685c43dc0681047edce09b1f076ce93080
treee85c6aba16075ec911848a7b1b61ceed2b6ef865
parent6d3a490c044c6446cc8a027971af61b2f57f2cf0
minor cleanup, remove $sth->finish's. No documentation impact.

For details: see http://search.cpan.org/~timb/DBI-1.14/DBI.pm
"There's no need to call finish if you're about to destroy or re-execute the statement handle."
In all these cases the sth is falling out of scope, about to be destroyed.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
C4/Review.pm