From b21cf4bf7c5fa0a3480466fce8f055fc65e0449f Mon Sep 17 00:00:00 2001 From: joshferraro Date: Tue, 25 Jan 2005 17:13:24 +0000 Subject: [PATCH] makes opac-detail.pl's amazon stuff just a comment --- opac/opac-detail.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/opac/opac-detail.pl b/opac/opac-detail.pl index 310a7002c7..2ac7dc1df7 100755 --- a/opac/opac-detail.pl +++ b/opac/opac-detail.pl @@ -72,7 +72,8 @@ $template->param(BIBLIO_RESULTS => $resultsarray, SITE_RESULTS => $sitearray, subscriptionid => $subscriptionid, ); - ## get Amazon.com stuff + ## Amazon.com stuff +=head my $isbn=$dat->{'isbn'}; my $amazon_details = &get_amazon_details($isbn); foreach my $result (@{$amazon_details->{Details}}){ @@ -100,4 +101,5 @@ for my $details( @{ $amazon_details->{ Details } } ) { $template->param( SIMILAR_PRODUCTS => \@products ); $template->param( REVIEWS => \@reviews ); ## End of Amazon Stuff +=cut output_html_with_http_headers $query, $cookie, $template->output; -- 2.39.2