koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/catalogue detail.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/catalogue detail.pl
Date: Fri, 21 Jul 2006 10:12:56 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/07/21 10:12:56

Modified files:
        catalogue      : detail.pl 

Log message:
        fix broken link. Bull -->Serials

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/catalogue/detail.pl?cvsroot=koha&r1=1.4&r2=1.5

Patches:
Index: detail.pl
===================================================================
RCS file: /sources/koha/koha/catalogue/detail.pl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- detail.pl   12 Jul 2006 17:18:30 -0000      1.4
+++ detail.pl   21 Jul 2006 10:12:56 -0000      1.5
@@ -3,7 +3,7 @@
 require Exporter;
 use CGI;
 use C4::Auth;
-use C4::Bull; #uses getsubscriptionfrom biblionumber
+use C4::Serials; #uses getsubscriptionfrom biblionumber
 use C4::Interface::CGI::Output;
 use HTML::Template;
 use C4::Biblio;




reply via email to

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