[Koha-cvs] koha/opac opac-passwd.pl [dev_week]

Joshua Ferraro jmf at kados.org
Fri Aug 18 18:16:25 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Joshua Ferraro <kados>	06/08/18 16:16:25

Modified files:
	opac           : opac-passwd.pl 

Log message:
	add use C4::koha

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-passwd.pl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.4.2.1&r2=1.1.2.4.2.2

Patches:
Index: opac-passwd.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-passwd.pl,v
retrieving revision 1.1.2.4.2.1
retrieving revision 1.1.2.4.2.2
diff -u -b -r1.1.2.4.2.1 -r1.1.2.4.2.2
--- opac-passwd.pl	18 Aug 2006 16:14:15 -0000	1.1.2.4.2.1
+++ opac-passwd.pl	18 Aug 2006 16:16:25 -0000	1.1.2.4.2.2
@@ -21,7 +21,7 @@
 use strict;
 require Exporter;
 use CGI;
-
+use C4::Koha;
 use C4::Auth;         # checkauth, getborrowernumber.
 use C4::Context;
 use Digest::MD5 qw(md5_base64);





More information about the Koha-cvs mailing list