Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
authorarensb <arensb>
Sun, 13 Oct 2002 11:32:14 +0000 (11:32 +0000)
committerarensb <arensb>
Sun, 13 Oct 2002 11:32:14 +0000 (11:32 +0000)
commiteff606ba56974255deb5a6f97605005d2c2ff9c6
treeb578c8a4f2ae017fd00a850f3caac944016071eb
parent5aa0fca7fac93241c07e3568ddc2c73ec54c8c3d
Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
Thus, $x = $x+2 becomes $x += 2, and so forth.
21 files changed:
C4/Accounts.pm
C4/Accounts2.pm
C4/Acquisitions.pm
C4/Biblio.pm
C4/Circulation/Circ2.pm
C4/Circulation/Issues.pm
C4/Circulation/Renewals.pm
C4/Circulation/Renewals2.pm
C4/Format.pm
C4/Input.pm
C4/Maintainance.pm
C4/Output.pm
C4/Search.pm
C4/Stats.pm
acqui.simple/processz3950queue
acqui/finishreceive.pl
acqui/newbasket2.pl
deletemem.pl
memberentry.pl
search.pl
thesaurus_popup.pl