koha-cvs
[Top][All Lists]
Advanced

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

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


From: Andrew Arensburger
Subject: [Koha-cvs] CVS: koha thesaurus_popup.pl,1.4,1.5
Date: Sun, 13 Oct 2002 04:32:47 -0700

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";




reply via email to

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