[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/updater updatedatabase,1.31,1.32
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/updater updatedatabase,1.31,1.32 |
Date: |
Thu, 16 Jan 2003 02:29:47 -0800 |
Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1:/tmp/cvs-serv27587/updater
Modified Files:
updatedatabase
Log Message:
adding a MARC parameter in systempref ( which is ON or OFF)
the search will be a marc search if MARC=ON
and a standard (v1.2) search if MARC=OFF
Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** updatedatabase 6 Jan 2003 13:32:43 -0000 1.31
--- updatedatabase 16 Jan 2003 10:29:45 -0000 1.32
***************
*** 266,269 ****
--- 266,270 ----
{ uniquefieldrequired => 'variable', variable => 'opacthemes', value =>
'default', explanation => 'theme' },
{ uniquefieldrequired => 'variable', variable => 'timeout', value =>
'12000000', explanation => 'login timeout' },
+ { uniquefieldrequired => 'variable', variable => 'marc', value => 'ON',
explanation => 'MARC support (ON or OFF)' },
],
***************
*** 531,534 ****
--- 532,540 ----
# $Log$
+ # Revision 1.32 2003/01/16 10:29:45 tipaul
+ # adding a MARC parameter in systempref ( which is ON or OFF)
+ # the search will be a marc search if MARC=ON
+ # and a standard (v1.2) search if MARC=OFF
+ #
# Revision 1.31 2003/01/06 13:32:43 tipaul
# *** empty log message ***
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/updater updatedatabase,1.31,1.32,
Paul POULAIN <=