koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/authorities authorities-home.pl


From: Antoine Farnault
Subject: [Koha-cvs] koha/authorities authorities-home.pl
Date: Thu, 10 Aug 2006 13:33:57 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     Antoine Farnault <toins>        06/08/10 13:33:57

Modified files:
        authorities    : authorities-home.pl 

Log message:
        Add a call to C4::Biblio.pm

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/authorities/authorities-home.pl?cvsroot=koha&r1=1.13&r2=1.14

Patches:
Index: authorities-home.pl
===================================================================
RCS file: /sources/koha/koha/authorities/authorities-home.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- authorities-home.pl 4 Jul 2006 14:36:51 -0000       1.13
+++ authorities-home.pl 10 Aug 2006 13:33:57 -0000      1.14
@@ -29,9 +29,9 @@
 use C4::Output;
 use C4::Interface::CGI::Output;
 use C4::AuthoritiesMarc;
-use C4::SearchMarc;
 use C4::Acquisition;
 use C4::Koha; # XXX subfield_is_koha_internal_p
+use C4::Biblio;
 
 my $query=new CGI;
 my $op = $query->param('op');




reply via email to

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