[Koha-cvs] CVS: koha thesaurus_popup.pl,1.3,1.4

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 07:50:06 CEST 2002


Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv17102

Modified Files:
	thesaurus_popup.pl 
Log Message:
Added some FIXME comments.


Index: thesaurus_popup.pl
===================================================================
RCS file: /cvsroot/koha/koha/thesaurus_popup.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** thesaurus_popup.pl	5 Oct 2002 09:46:53 -0000	1.3
--- thesaurus_popup.pl	13 Oct 2002 05:50:04 -0000	1.4
***************
*** 43,47 ****
  print $input->header;
  if ($op eq "select") {
! 	$subject = $subject."|$freelib_text";
  }
  print <<"EOF";
--- 43,47 ----
  print $input->header;
  if ($op eq "select") {
! 	$subject = $subject."|$freelib_text";		# FIXME - .=
  }
  print <<"EOF";





More information about the Koha-cvs mailing list