[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/updater updatedatabase [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/updater updatedatabase [rel_2_2] |
Date: |
Tue, 21 Feb 2006 20:00:13 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 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
- [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 <=
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], Joshua Ferraro, 2006/02/23
- [Koha-cvs] koha/updater updatedatabase [rel_2_2], paul poulain, 2006/02/27