From ed775f73690afae1b7dfb13f0186a3fa675e7523 Mon Sep 17 00:00:00 2001 From: kados Date: Fri, 3 Mar 2006 16:20:23 +0000 Subject: [PATCH] hopefully fixes truncated amazon.com links in syspref ---------------------------------------------------------------------- --- updater/updatedatabase | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index c1006eb261..1f46f43eeb 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -1061,7 +1061,7 @@ my %tabledata = ( 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 @@ my %tabledata = ( 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 @@ $sth->finish; exit; # $Log$ +# 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 -- 2.39.5