[Koha-cvs] CVS: koha/opac opac-detail.pl,1.15,1.16

Joshua Ferraro joshferraro at users.sourceforge.net
Tue Jan 25 18:13:27 CET 2005


Update of /cvsroot/koha/koha/opac
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8329

Modified Files:
	opac-detail.pl 
Log Message:
makes opac-detail.pl's amazon stuff just a comment


Index: opac-detail.pl
===================================================================
RCS file: /cvsroot/koha/koha/opac/opac-detail.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** opac-detail.pl	25 Jan 2005 16:58:18 -0000	1.15
--- opac-detail.pl	25 Jan 2005 17:13:24 -0000	1.16
***************
*** 73,77 ****
  				subscriptionid => $subscriptionid,
  );
!   ## get Amazon.com stuff
  my $isbn=$dat->{'isbn'};
  my $amazon_details = &get_amazon_details($isbn);
--- 73,78 ----
  				subscriptionid => $subscriptionid,
  );
!   ## Amazon.com stuff
! =head
  my $isbn=$dat->{'isbn'};
  my $amazon_details = &get_amazon_details($isbn);
***************
*** 101,103 ****
--- 102,105 ----
  $template->param( REVIEWS => \@reviews );
    ## End of Amazon Stuff
+ =cut
  output_html_with_http_headers $query, $cookie, $template->output;





More information about the Koha-cvs mailing list