koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.5.2.15,1.5.2.16


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.5.2.15,1.5.2.16
Date: Tue, 03 Sep 2002 15:35:52 -0700

Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv22756

Modified Files:
      Tag: rel-1-2
        Acquisitions.pm 
Log Message:
Fixed typo.


Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.5.2.15
retrieving revision 1.5.2.16
diff -C2 -r1.5.2.15 -r1.5.2.16
*** Acquisitions.pm     3 Sep 2002 21:04:22 -0000       1.5.2.15
--- Acquisitions.pm     3 Sep 2002 22:35:50 -0000       1.5.2.16
***************
*** 344,348 ****
    $year+=1900;
    $month++;
!   my $today=sprintf "%4d-%02d-%02d", $year, $monthm, $day;
    my $dbh=C4Connect;
    my $query="Select * from aqbookfund,aqbudget where aqbookfund.bookfundid
--- 344,348 ----
    $year+=1900;
    $month++;
!   my $today=sprintf "%4d-%02d-%02d", $year, $month, $day;
    my $dbh=C4Connect;
    my $query="Select * from aqbookfund,aqbudget where aqbookfund.bookfundid




reply via email to

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