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

Joshua Ferraro jmf at kados.org
Fri Mar 3 17:20:23 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Joshua Ferraro <kados at savannah.gnu.org>	06/03/03 16:20:23

Modified files:
	updater        : updatedatabase 

Log message:
	hopefully fixes truncated amazon.com links in syspref
	----------------------------------------------------------------------

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

Patches:
Index: koha/updater/updatedatabase
diff -u koha/updater/updatedatabase:1.100.2.31 koha/updater/updatedatabase:1.100.2.32
--- koha/updater/updatedatabase:1.100.2.31	Wed Mar  1 21:44:16 2006
+++ koha/updater/updatedatabase	Fri Mar  3 16:20:23 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updatedatabase,v 1.100.2.31 2006/03/01 21:44:16 kados Exp $
+# $Id: updatedatabase,v 1.100.2.32 2006/03/03 16:20:23 kados Exp $
 
 # Database Updater
 # This script checks for required updates to the database.
@@ -1061,7 +1061,7 @@
 	    value               => '',
             forceupdate         => { 'explanation' => 1,                                                             '
 	    				type' => 1},
-            explanation         => 'Put your Amazon Developers Key here. Get one from aws-portal.amazon.com/gp/aws/developer/registration/index.html',
+            explanation         => 'see: aws-portal.amazon.com/gp/aws/developer/registration/index.html',
             type                => 'free',
         },                                                                              
 	{                                                                                   
@@ -1070,7 +1070,7 @@
 	    value               => '',
             forceupdate         => { 'explanation' => 1,                                                             '
 	    				type' => 1},
-            explanation         => 'Put your Amazon Associates ID here. Get one from associates.amazon.com/gp/flex/associates/apply-login.html',
+            explanation         => 'see: associates.amazon.com/gp/flex/associates/apply-login.html',
             type                => 'free',
         },                                                                      
 	{
@@ -1718,6 +1718,10 @@
 exit;
 
 # $Log: updatedatabase,v $
+# Revision 1.100.2.32  2006/03/03 16:20:23  kados
+# hopefully fixes truncated amazon.com links in syspref
+# ----------------------------------------------------------------------
+#
 # Revision 1.100.2.31  2006/03/01 21:44:16  kados
 # Adds 'opacreadinghistory' syspref for turning this on/off for libraries
 # who are scared of their government (ie, in countries where there a





More information about the Koha-cvs mailing list