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, 15 Jul 2006 18:53:24 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <kados>  06/07/15 18:53:24

Modified files:
        updater        : updatedatabase 

Log message:
        OpacNav should be a textarea, now it is.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updater/updatedatabase?cvsroot=koha&only_with_tag=rel_2_2&r1=1.100.2.46&r2=1.100.2.47

Patches:
Index: updatedatabase
===================================================================
RCS file: /sources/koha/koha/updater/updatedatabase,v
retrieving revision 1.100.2.46
retrieving revision 1.100.2.47
diff -u -b -r1.100.2.46 -r1.100.2.47
--- updatedatabase      20 Jun 2006 18:02:23 -0000      1.100.2.46
+++ updatedatabase      15 Jul 2006 18:53:24 -0000      1.100.2.47
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.46 2006/06/20 18:02:23 oleonard Exp $
+# $Id: updatedatabase,v 1.100.2.47 2006/07/15 18:53:24 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -1182,7 +1182,7 @@
             value               => '',
             forceupdate         => {
                 'explanation' => 1,
-                'type'        => 1
+                'type'        => 'Textarea',
             },
             explanation =>
 'Use HTML tabs to add navigational links to the left-hand navigational bar in 
OPAC',
@@ -2134,6 +2134,9 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.47  2006/07/15 18:53:24  kados
+# OpacNav should be a textarea, now it is.
+#
 # Revision 1.100.2.46  2006/06/20 18:02:23  oleonard
 # Fixing two minor typos
 #




reply via email to

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