[Koha-cvs] CVS: koha/admin thesaurus.pl,1.8,1.9

Paul POULAIN tipaul at users.sourceforge.net
Thu Jul 10 16:11:48 CEST 2003


Update of /cvsroot/koha/koha/admin
In directory sc8-pr-cvs1:/tmp/cvs-serv20778/admin

Modified Files:
	thesaurus.pl 
Log Message:
small fixes for thesaurus modification & removed useless "toponly" in templates

Index: thesaurus.pl
===================================================================
RCS file: /cvsroot/koha/koha/admin/thesaurus.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** thesaurus.pl	2 Jul 2003 12:49:43 -0000	1.8
--- thesaurus.pl	10 Jul 2003 14:11:46 -0000	1.9
***************
*** 30,34 ****
  my $input = new CGI;
  my $search_category=$input->param('search_category');
! $search_category=$input->param('category') unless $search_category;
  #my $toponly = $input->param('toponly');
  my $branch = $input->param('branch');
--- 30,34 ----
  my $input = new CGI;
  my $search_category=$input->param('search_category');
! # $search_category=$input->param('category') unless $search_category;
  #my $toponly = $input->param('toponly');
  my $branch = $input->param('branch');





More information about the Koha-cvs mailing list