koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Joshua Ferraro
Subject: [Koha-cvs] CVS: koha/opac opac-detail.pl,1.15,1.16
Date: Tue, 25 Jan 2005 09:13:27 -0800

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 => address@hidden );
    ## End of Amazon Stuff
+ =cut
  output_html_with_http_headers $query, $cookie, $template->output;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]