authorized_values cleanup
authorJoe Atzberger <joe.atzberger@liblime.com>
Fri, 12 Dec 2008 21:28:01 +0000 (15:28 -0600)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 27 Jan 2009 11:19:44 +0000 (12:19 +0100)
commit16e39c65f1921d5921665db61d714a93e525029b
tree679b719d03b071768eb97c4e9c44bb8a6a16bef1
parent0953c661bdd8d6e104d7e83baa627b5216db3ffa
authorized_values cleanup

Moving towards being able to enable warnings.  Use one dbh, and stop
redeclaring it in each conditional chunk.  ($sth still need to be cleaned.)
Toggle in script removed (tmpl should use loop context var __odd__).
$sth->finish calls removed where unnecessary.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
admin/authorised_values.pl