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

Joshua Ferraro jmf at kados.org
Tue Feb 21 21:00:13 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/02/21 20:00:13

Modified files:
	updater        : updatedatabase 

Log message:
	setting default value for LabelMARCView to 'standard'
	----------------------------------------------------------------------

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/updater/updatedatabase.diff?only_with_tag=rel_2_2&tr1=1.100.2.24&tr2=1.100.2.25&r1=text&r2=text

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.24 koha/updater/updatedatabase:1.100.2.25
--- koha/updater/updatedatabase:1.100.2.24	Tue Feb 21 18:40:08 2006
+++ koha/updater/updatedatabase	Tue Feb 21 20:00:13 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.24 2006/02/21 18:40:08 kados Exp $
+# $Id: updatedatabase,v 1.100.2.25 2006/02/21 20:00:13 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -814,7 +814,7 @@
 	{
             uniquefieldrequired => 'variable',
             variable            => 'LabeledMARCView',
-            value               => 'normal',
+            value               => 'standard',
             forceupdate         => { 'explanation' => 1,
                                      'type' => 1,
                                      'options' => 1},
@@ -1672,6 +1672,10 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.25  2006/02/21 20:00:13  kados
+# setting default value for LabelMARCView to 'standard'
+# ----------------------------------------------------------------------
+#
 # Revision 1.100.2.24  2006/02/21 18:40:08  kados
 # Adding LabeledMARCView systempref to choose whether tags are displayed
 # in standard or economical format. Later, this can be used to display





More information about the Koha-cvs mailing list