[Koha-cvs] koha/catalogue ISBDdetail.pl [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Thu Dec 14 18:53:20 CET 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	06/12/14 17:53:20

Modified files:
	catalogue      : ISBDdetail.pl 

Log message:
	this script needs C4::Koha

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/ISBDdetail.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.2.2.3&r2=1.2.2.4

Patches:
Index: ISBDdetail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/ISBDdetail.pl,v
retrieving revision 1.2.2.3
retrieving revision 1.2.2.4
diff -u -b -r1.2.2.3 -r1.2.2.4
--- ISBDdetail.pl	14 Dec 2006 15:41:54 -0000	1.2.2.3
+++ ISBDdetail.pl	14 Dec 2006 17:53:20 -0000	1.2.2.4
@@ -42,7 +42,7 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use CGI;
-#use C4::Koha;
+use C4::Koha;
 use C4::Biblio;
 use C4::Branch; # GetBranchDetail
 





More information about the Koha-cvs mailing list