koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/opac opac-userdetails.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/opac opac-userdetails.pl [rel_3_0]
Date: Mon, 29 Jan 2007 16:41:55 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        07/01/29 16:41:55

Modified files:
        opac           : opac-userdetails.pl 

Log message:
        fix an incorrect hash key.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/opac/opac-userdetails.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.12.2.5&r2=1.12.2.6

Patches:
Index: opac-userdetails.pl
===================================================================
RCS file: /sources/koha/koha/opac/opac-userdetails.pl,v
retrieving revision 1.12.2.5
retrieving revision 1.12.2.6
diff -u -b -r1.12.2.5 -r1.12.2.6
--- opac-userdetails.pl 10 Jan 2007 10:52:58 -0000      1.12.2.5
+++ opac-userdetails.pl 29 Jan 2007 16:41:55 -0000      1.12.2.6
@@ -18,7 +18,6 @@
 # Suite 330, Boston, MA  02111-1307 USA
 
 use strict;
-require Exporter;
 use CGI;
 
 use C4::Auth;
@@ -45,7 +44,7 @@
 my ( $borr, $flags ) = getpatroninformation( undef, $borrowernumber );
 
 $borr->{'dateenrolled'} = format_date( $borr->{'dateenrolled'} );
-$borr->{'expiry'}       = format_date( $borr->{'expiry'} );
+$borr->{'dateexpiry'}       = format_date( $borr->{'dateexpiry'} );
 $borr->{'dateofbirth'}  = format_date( $borr->{'dateofbirth'} );
 $borr->{'ethnicity'}    = fixEthnicity( $borr->{'ethnicity'} );
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]