[Koha-cvs] CVS: koha/C4 Stock.pm,1.5,1.6

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 10:34:51 CEST 2002


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

Modified Files:
	Stock.pm 
Log Message:
Removed unused finalizer.


Index: Stock.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Stock.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** Stock.pm	5 Oct 2002 09:53:30 -0000	1.5
--- Stock.pm	13 Oct 2002 08:34:49 -0000	1.6
***************
*** 1,3 ****
! package C4::Stock; #assumes C4/Stock.pm
  
  
--- 1,3 ----
! package C4::Stock;
  
  
***************
*** 51,57 ****
    return(@results);
  }
- 
- END { }       # module clean-up code here (global destructor)
-   
-     
- 
--- 51,52 ----





More information about the Koha-cvs mailing list