[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/opac opac-detail.pl [rel_2_2]
From: |
Joshua Ferraro |
Subject: |
[Koha-cvs] koha/opac opac-detail.pl [rel_2_2] |
Date: |
Sat, 04 Feb 2006 01:59:39 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Joshua Ferraro <address@hidden> 06/02/04 01:59:38
Modified files:
opac : opac-detail.pl
Log message:
minor doc change
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/opac/opac-detail.pl.diff?only_with_tag=rel_2_2&tr1=1.14.2.12&tr2=1.14.2.13&r1=text&r2=text
Patches:
Index: koha/opac/opac-detail.pl
diff -u koha/opac/opac-detail.pl:1.14.2.12 koha/opac/opac-detail.pl:1.14.2.13
--- koha/opac/opac-detail.pl:1.14.2.12 Sat Feb 4 01:56:42 2006
+++ koha/opac/opac-detail.pl Sat Feb 4 01:59:38 2006
@@ -95,6 +95,7 @@
);
## Amazon.com stuff
+#not used unless preference set
if (C4::Context->preference("AmazonContent")==1) {
my $isbn=$dat->{'isbn'};
my $amazon_details = &get_amazon_details($isbn);