[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.24.2.1,1.24.2.2

Andrew Arensburger arensb at users.sourceforge.net
Sat Oct 5 06:08:52 CEST 2002


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

Modified Files:
      Tag: arensb-context
	Acquisitions.pm 
Log Message:
Oops! Forgot to add "use C4::Context;"


Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -C2 -r1.24.2.1 -r1.24.2.2
*** Acquisitions.pm	4 Oct 2002 02:22:46 -0000	1.24.2.1
--- Acquisitions.pm	5 Oct 2002 04:08:49 -0000	1.24.2.2
***************
*** 26,29 ****
--- 26,30 ----
  use strict;
  require Exporter;
+ use C4::Context;
   #use C4::Biblio;
  use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);





More information about the Koha-cvs mailing list