[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/updater updatedatabase [rel_2_2]
From: |
paul poulain |
Subject: |
[Koha-cvs] koha/updater updatedatabase [rel_2_2] |
Date: |
Mon, 27 Feb 2006 15:40:32 +0000 |
CVSROOT: /cvsroot/koha
Module name: koha
Branch: rel_2_2
Changes by: paul poulain <address@hidden> 06/02/27 15:40:32
Modified files:
updater : updatedatabase
Log message:
setting serialadditems systempreference to 0 by default : no behaviour
change when upgrading Koha
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?only_with_tag=rel_2_2&tr1=1.100.2.26&tr2=1.100.2.27&r1=text&r2=text
Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.26
koha/updater/updatedatabase:1.100.2.27
--- koha/updater/updatedatabase:1.100.2.26 Thu Feb 23 03:19:48 2006
+++ koha/updater/updatedatabase Mon Feb 27 15:40:32 2006
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: updatedatabase,v 1.100.2.26 2006/02/23 03:19:48 kados Exp $
+# $Id: updatedatabase,v 1.100.2.27 2006/02/27 15:40:32 tipaul Exp $
# Database Updater
# This script checks for required updates to the database.
@@ -1048,7 +1048,7 @@
{
uniquefieldrequired => 'variable',
variable => 'serialsadditems',
- value => '1',
+ value => '0',
forceupdate => { 'explanation' => 1,
'
type' => 1},
explanation => 'If set, a new item will be automatically
added when receiving an issue',
@@ -1681,6 +1681,9 @@
exit;
# $Log: updatedatabase,v $
+# Revision 1.100.2.27 2006/02/27 15:40:32 tipaul
+# setting serialadditems systempreference to 0 by default : no behaviour
change when upgrading Koha
+#
# Revision 1.100.2.26 2006/02/23 03:19:48 kados
# Adds the 'sortbynonfiling' systempref. With this enabled, Koha will
# correctly sort title searches according to the nonfiling characters
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/03
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/03
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/03
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/04
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/04
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/05
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/21
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/21
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/23
- [Koha-cvs] koha/updater updatedatabase [rel_2_2],
paul poulain <=