koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/admin thesaurus.pl [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/admin thesaurus.pl [rel_3_0]
Date: Thu, 19 Oct 2006 14:16:55 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/10/19 14:16:55

Modified files:
        admin          : thesaurus.pl 

Log message:
        correct wrong name in module name.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/admin/thesaurus.pl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.13&r2=1.13.2.1

Patches:
Index: thesaurus.pl
===================================================================
RCS file: /sources/koha/koha/admin/thesaurus.pl,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -u -b -r1.13 -r1.13.2.1
--- thesaurus.pl        4 Jul 2006 14:36:51 -0000       1.13
+++ thesaurus.pl        19 Oct 2006 14:16:55 -0000      1.13.2.1
@@ -25,7 +25,7 @@
 use C4::Output;
 use C4::Search;
 use HTML::Template;
-use C4::Authorities;
+use C4::AuthoritiesMarc;
 
 my $input = new CGI;
 my $search_category=$input->param('search_category');




reply via email to

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