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

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 08:14:12 CEST 2002


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)=@_;
--- 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)=@_;
***************
*** 93,95 ****
    remoteprint ($env,\@issues,$borrower);
  }
- END { }       # module clean-up code here (global destructor)
--- 97,98 ----





More information about the Koha-cvs mailing list