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

Joshua Ferraro jmf at kados.org
Sun Feb 5 22:53:56 CET 2006


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

Modified files:
	updater        : updatedatabase 

Log message:
	Adds database support for IntranetNav systempref -- used to add HTML
	tags to left-hand navigation menu on Intranet.
	----------------------------------------------------------------------

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

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.21 koha/updater/updatedatabase:1.100.2.22
--- koha/updater/updatedatabase:1.100.2.21	Sat Feb  4 18:17:00 2006
+++ koha/updater/updatedatabase	Sun Feb  5 21:53:54 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.21 2006/02/04 18:17:00 kados Exp $
+# $Id: updatedatabase,v 1.100.2.22 2006/02/05 21:53:54 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -978,6 +978,15 @@
             explanation         => 'Use HTML tabs to add navigational links to the left-hand navigational bar in OPAC',
             type                => 'free',
         },
+	{
+            uniquefieldrequired => 'variable',
+	    variable            => 'IntranetNav',
+            value               => '',
+	    forceupdate         => { 'explanation' => 1,
+                                     'type' => 1},
+            explanation         => 'Use HTML tabs to add navigational links to the left-hand navigational bar in Intranet',
+            type                => 'free',
+        },
         {                                                                                   
 	    uniquefieldrequired => 'variable',
             variable            => 'AmazonContent',
@@ -1641,6 +1650,11 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.22  2006/02/05 21:53:54  kados
+# Adds database support for IntranetNav systempref -- used to add HTML
+# tags to left-hand navigation menu on Intranet.
+# ----------------------------------------------------------------------
+#
 # Revision 1.100.2.21  2006/02/04 18:17:00  kados
 # Adds opaccolorstylesheet, intranetstylesheet, intranetcolorstylesheet
 # to systemprefs.





More information about the Koha-cvs mailing list