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

Andrew Arensburger arensb at users.sourceforge.net
Sun Oct 13 13:32:47 CEST 2002


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

Modified Files:
	thesaurus_popup.pl 
Log Message:
Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
Thus, $x = $x+2 becomes $x += 2, and so forth.


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





More information about the Koha-cvs mailing list