koha-cvs
[Top][All Lists]
Advanced

[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: Wed, 01 Mar 2006 15:52:13 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/03/01 15:52:13

Modified files:
        updater        : updatedatabase 

Log message:
        Whoops ... should have checked, that name is already used. Changed it to
        opaclanguagesdisplay.

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

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.29 
koha/updater/updatedatabase:1.100.2.30
--- koha/updater/updatedatabase:1.100.2.29      Wed Mar  1 15:51:28 2006
+++ koha/updater/updatedatabase Wed Mar  1 15:52:13 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.29 2006/03/01 15:51:28 kados Exp $
+# $Id: updatedatabase,v 1.100.2.30 2006/03/01 15:52:13 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -862,7 +862,7 @@
        
         {
             uniquefieldrequired => 'variable',
-            variable            => 'opaclanguages',
+            variable            => 'opaclanguagesdisplay',
             value               => '1',
             forceupdate         => { 'explanation' => 1,
                                      'type' => 1},
@@ -1709,6 +1709,10 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.30  2006/03/01 15:52:13  kados
+# Whoops ... should have checked, that name is already used. Changed it to
+# opaclanguagesdisplay.
+#
 # Revision 1.100.2.29  2006/03/01 15:51:28  kados
 # adds opaclanguages syspref, which allows turning on/off the display of
 # the languages pref on OPAC (default is on)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]