[Koha-cvs] koha/updater updatedatabase [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Wed Jan 10 17:52:52 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/10 16:52:52

Modified files:
	updater        : updatedatabase 

Log message:
	Value for Log Features syspref are set to 0 by default.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_3_0&r1=1.157.2.44&r2=1.157.2.45

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.157.2.44
retrieving revision 1.157.2.45
diff -u -b -r1.157.2.44 -r1.157.2.45
--- updatedatabase	10 Jan 2007 16:31:15 -0000	1.157.2.44
+++ updatedatabase	10 Jan 2007 16:52:52 -0000	1.157.2.45
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.157.2.44 2007/01/10 16:31:15 toins Exp $
+# $Id: updatedatabase,v 1.157.2.45 2007/01/10 16:52:52 toins Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -450,7 +450,7 @@
         {
             uniquefieldrequired => 'variable',
             variable            => 'CataloguingLog',
-            value               => '1',
+            value               => '0',
             forceupdate         => {'explanation' => 1, 'type' => 1},
             explanation         => 'Active this if you want to log cataloguing action.',
             type                => 'YesNo',
@@ -458,7 +458,7 @@
         {
             uniquefieldrequired => 'variable',
             variable            => 'BorrowersLog',
-            value               => '1',
+            value               => '0',
             forceupdate         => {'explanation' => 1, 'type' => 1},
             explanation         => 'Active this if you want to log borrowers edition/creation/deletion...',
             type                => 'YesNo',
@@ -466,7 +466,7 @@
         {
             uniquefieldrequired => 'variable',
             variable            => 'SubscriptionLog',
-            value               => '1',
+            value               => '0',
             forceupdate         => {'explanation' => 1, 'type' => 1},
             explanation         => 'Active this if you want to log Subscription action',
             type                => 'YesNo',
@@ -474,7 +474,7 @@
         {
             uniquefieldrequired => 'variable',
             variable            => 'IssueLog',
-            value               => '1',
+            value               => '0',
             forceupdate         => {'explanation' => 1, 'type' => 1},
             explanation         => 'Active this if you want to log issue.',
             type                => 'YesNo',
@@ -482,7 +482,7 @@
         {
             uniquefieldrequired => 'variable',
             variable            => 'ReturnLog',
-            value               => '1',
+            value               => '0',
             forceupdate         => {'explanation' => 1, 'type' => 1},
             explanation         => 'Active this if you want to log the circulation return',
             type                => 'YesNo',
@@ -2133,6 +2133,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.157.2.45  2007/01/10 16:52:52  toins
+# Value for Log Features syspref are set to 0 by default.
+#
 # Revision 1.157.2.44  2007/01/10 16:31:15  toins
 # new systems preferences :
 #  - CataloguingLog (log the update/creation/deletion of a notice if set to 1)





More information about the Koha-cvs mailing list