koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/C4/Circulation Borrissues.pm,1.4,1.5


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha/C4/Circulation Borrissues.pm,1.4,1.5
Date: Sat, 12 Oct 2002 23:14:12 -0700

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

Modified Files:
        Borrissues.pm 
Log Message:
Added magic RCS string.
Added a FIXME comment.
Removed unused finalizer.


Index: Borrissues.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Circulation/Borrissues.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** Borrissues.pm       7 Oct 2002 00:51:55 -0000       1.4
--- Borrissues.pm       13 Oct 2002 06:14:10 -0000      1.5
***************
*** 1,3 ****
! package C4::Circulation::Borrissues; #assumes C4/Circulation/Borrissues
  
  #package to deal with Issues
--- 1,5 ----
! package C4::Circulation::Borrissues;
! 
! # $Id$
  
  #package to deal with Issues
***************
*** 69,73 ****
  # make all your functions, whether exported or not;
  
! 
  sub printallissues {
    my ($env,$borrower)address@hidden;
--- 71,77 ----
  # make all your functions, whether exported or not;
  
! # FIXME - This function is only used in C4::InterfaceCDK, which looks
! # obsolete. Does that mean that this module is also obsolete?
! # Otherwise, this needs a POD.
  sub printallissues {
    my ($env,$borrower)address@hidden;
***************
*** 93,95 ****
    remoteprint ($env,address@hidden,$borrower);
  }
- END { }       # module clean-up code here (global destructor)
--- 97,98 ----




reply via email to

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