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

Joshua Ferraro jmf at kados.org
Wed Mar 8 18:50:56 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/08 17:50:56

Modified files:
	updater        : updatedatabase 

Log message:
	Modifying patronimages: now it can be used to specify the file extension
	of the images (to avoid hard-codeing in templates).

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

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.34 koha/updater/updatedatabase:1.100.2.35
--- koha/updater/updatedatabase:1.100.2.34	Wed Mar  8 13:28:23 2006
+++ koha/updater/updatedatabase	Wed Mar  8 17:50:55 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.34 2006/03/08 13:28:23 tipaul Exp $
+# $Id: updatedatabase,v 1.100.2.35 2006/03/08 17:50:55 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -884,8 +884,8 @@
             value               => '0',
             forceupdate         => { 'explanation' => 1,
                                      'type' => 1},
-            explanation         => 'Turn on/off display of patron images in Intranet',
-            type                => 'YesNo',
+            explanation         => 'Turn on/off display of patron images in Intranet and specify a file extension for images',
+            type                => 'free',
         },
 	{
             uniquefieldrequired => 'variable',
@@ -1731,6 +1731,10 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.35  2006/03/08 17:50:55  kados
+# Modifying patronimages: now it can be used to specify the file extension
+# of the images (to avoid hard-codeing in templates).
+#
 # Revision 1.100.2.34  2006/03/08 13:28:23  tipaul
 # changing the size of some new systempref to a bloc (more convenient)
 #





More information about the Koha-cvs mailing list