bug 2000 - remove base64 functions from C4::Koha
authorGalen Charlton <galen.charlton@liblime.com>
Fri, 20 Jun 2008 13:11:23 +0000 (08:11 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Fri, 20 Jun 2008 13:19:11 +0000 (08:19 -0500)
commit2ba08ac59a643d51f48e68e8adab85b680b3c191
tree96ebedcada3905e69766e36c1f2d331d419fb1ba
parent375f62bdb1eab2529f4ef47cc2b3091b3bfcd812
bug 2000 - remove base64 functions from C4::Koha

With the removal of admin/finesrules.pl and admin/issuingrules.pl,
the functions str_to_base64() and base64_to_str() in C4::Koha
are no longer used.

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