allow login when no cookie is present
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Oct 2006 05:48:53 +0000 (05:48 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Mon, 2 Oct 2006 05:48:53 +0000 (05:48 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@6336 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Reporter/Proxy.pm

index 2e277f3..7ab9975 100644 (file)
@@ -7,6 +7,7 @@ use Apache2::Const -compile => qw(OK NOT_FOUND DECLINED :log);
 use APR::Const    -compile => qw(:error SUCCESS);
 use CGI;
 use Data::Dumper;
+use Digest::MD5 qw/md5_hex/;
 
 use OpenSRF::EX qw(:try);
 use OpenSRF::System;