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

Antoine Farnault antoine at koha-fr.org
Thu Oct 19 16:16:55 CEST 2006


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');





More information about the Koha-cvs mailing list