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: Sat, 04 Feb 2006 05:16:40 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <address@hidden> 06/02/04 05:16:40

Modified files:
        updater        : updatedatabase 

Log message:
        Allows putting credits at bottom of OPAC page

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

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.19 
koha/updater/updatedatabase:1.100.2.20
--- koha/updater/updatedatabase:1.100.2.19      Sat Feb  4 01:44:59 2006
+++ koha/updater/updatedatabase Sat Feb  4 05:16:40 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.19 2006/02/04 01:44:59 kados Exp $
+# $Id: updatedatabase,v 1.100.2.20 2006/02/04 05:16:40 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -951,7 +951,8 @@
             explanation         => 'Use HTML tabs to add navigational links to 
the left-hand navigational bar in OPAC',
             type                => 'free',
         },
-        {                                                                      
             uniquefieldrequired => 'variable',
+        {                                                                      
             
+           uniquefieldrequired => 'variable',
             variable            => 'AmazonContent',
            value               => '0',
             forceupdate         => { 'explanation' => 1,                       
                                      '
@@ -977,6 +978,15 @@
             explanation         => 'Put your Amazon Associates ID here. Get 
one from associates.amazon.com/gp/flex/associates/apply-login.html',
             type                => 'free',
         },                                                                     
 
+       {
+            uniquefieldrequired => 'variable',
+            variable            => 'opaccredits',
+            value               => '',
+            forceupdate         => { 'explanation' => 1,                       
                                      '
+                                        type' => 1},
+            explanation         => 'Put any HTML Credits at the bottom of the 
OPAC page',
+            type                => 'free',
+        },
     ],
 
 );
@@ -1604,6 +1614,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.20  2006/02/04 05:16:40  kados
+# Allows putting credits at bottom of OPAC page
+#
 # Revision 1.100.2.19  2006/02/04 01:44:59  kados
 # Adds Fully Preferences-based Amazon.com feature. See mail to koha-devel
 # for details.




reply via email to

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