From ad207b0b4b38b9e549ad0591a09b743912527c84 Mon Sep 17 00:00:00 2001 From: kados Date: Sat, 4 Feb 2006 01:44:59 +0000 Subject: [PATCH] Adds Fully Preferences-based Amazon.com feature. See mail to koha-devel for details. --- updater/updatedatabase | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) diff --git a/updater/updatedatabase b/updater/updatedatabase index ce238426b6..fa53e0cf3e 100755 --- a/updater/updatedatabase +++ b/updater/updatedatabase @@ -954,21 +954,27 @@ my %tabledata = ( { uniquefieldrequired => 'variable', variable => 'AmazonContent', value => '0', - forceupdate => { 'explanation' => 1, 'type' => 1}, - explanation => 'Turn on/off Amazon Content', - type => 'YesNo', - }, { + forceupdate => { 'explanation' => 1, ' + type' => 1}, + explanation => 'Turn On Amazon Content - You MUST set AmazonDevKey and AmazonAssocTag if enabled', + type => 'YesNo', + }, + { uniquefieldrequired => 'variable', variable => 'AmazonDevKey', value => '', - forceupdate => { 'explanation' => 1, 'type' => 1}, - explanation => 'Put your Amazon Developers Key here', + 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', type => 'free', - }, { uniquefieldrequired => 'variable', + }, + { + uniquefieldrequired => 'variable', variable => 'AmazonAssocTag', value => '', - forceupdate => { 'explanation' => 1, 'type' => 1}, - explanation => 'Put your Amazon Associates Tag here', + forceupdate => { 'explanation' => 1, ' + type' => 1}, + explanation => 'Put your Amazon Associates ID here. Get one from associates.amazon.com/gp/flex/associates/apply-login.html', type => 'free', }, ], @@ -1598,6 +1604,10 @@ $sth->finish; exit; # $Log$ +# Revision 1.100.2.19 2006/02/04 01:44:59 kados +# Adds Fully Preferences-based Amazon.com feature. See mail to koha-devel +# for details. +# # Revision 1.100.2.18 2006/02/03 23:12:23 kados # Adds system prefs for using Amazon.com content in the OPAC # -- 2.39.5