koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/circ circulation.pl


From: paul poulain
Subject: [Koha-cvs] koha/circ circulation.pl
Date: Fri, 30 Mar 2007 11:58:48 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     paul poulain <tipaul>   07/03/30 11:58:48

Modified files:
        circ           : circulation.pl 

Log message:
        using C4::Date instead of C4::Circulation::Date

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/circ/circulation.pl?cvsroot=koha&r1=1.101&r2=1.102

Patches:
Index: circulation.pl
===================================================================
RCS file: /sources/koha/koha/circ/circulation.pl,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -b -r1.101 -r1.102
--- circulation.pl      18 Mar 2007 04:13:21 -0000      1.101
+++ circulation.pl      30 Mar 2007 11:58:48 -0000      1.102
@@ -42,7 +42,7 @@
 
 use C4::Biblio;
 use C4::Reserves2;
-use C4::Circulation::Date;
+use C4::Date;
 
 #
 # PARAMETERS READING




reply via email to

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