[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/import breeding.pl,1.2,1.2.4.1
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/import breeding.pl,1.2,1.2.4.1 |
Date: |
Thu, 07 Apr 2005 03:11:06 -0700 |
Update of /cvsroot/koha/koha/import
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11118/import
Modified Files:
Tag: rel_2_2
breeding.pl
Log Message:
copying processz3950queue from 2.0 branch. The 2.2 version misses an important
fix
Index: breeding.pl
===================================================================
RCS file: /cvsroot/koha/koha/import/breeding.pl,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -C2 -r1.2 -r1.2.4.1
*** breeding.pl 6 Oct 2003 09:10:38 -0000 1.2
--- breeding.pl 7 Apr 2005 10:10:52 -0000 1.2.4.1
***************
*** 74,78 ****
type => "intranet",
authnotrequired => 0,
! flagsrequired => {parameters => 1},
debug => 1,
});
--- 74,78 ----
type => "intranet",
authnotrequired => 0,
! flagsrequired => {parameters => 1,
management => 1, tools => 1},
debug => 1,
});
***************
*** 104,107 ****
--- 104,110 ----
# log cleared, as marcimport is (almost) rewritten from scratch.
# $Log$
+ # Revision 1.2.4.1 2005/04/07 10:10:52 tipaul
+ # copying processz3950queue from 2.0 branch. The 2.2 version misses an
important fix
+ #
# Revision 1.2 2003/10/06 09:10:38 slef
# Removing config info from z3950*sh and using C4::Context in
processz3950queue (Fixed bug 39)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/import breeding.pl,1.2,1.2.4.1,
Paul POULAIN <=