[Koha-patches] [PATCH] InstallAuth doesn't have setlanguagecookie to export.

Joe Atzberger joe.atzberger at liblime.com
Tue Mar 10 22:40:59 CET 2009


Only installer/install uses InstallAuth, and it gets setlanguagecookie
from C4::Export.
---
 installer/InstallAuth.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/installer/InstallAuth.pm b/installer/InstallAuth.pm
index 73cb814..2b2ccd5 100644
--- a/installer/InstallAuth.pm
+++ b/installer/InstallAuth.pm
@@ -77,7 +77,6 @@ InstallAuth - Authenticates Koha users for Install process
 @EXPORT = qw(
   &checkauth
   &get_template_and_user
-  &setlanguagecookie
 );
 
 =item get_template_and_user
-- 
1.5.6.5




More information about the Koha-patches mailing list