Koha/C4
arensb eff606ba56 Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
Thus, $x = $x+2 becomes $x += 2, and so forth.
2002-10-13 11:32:14 +00:00
..
Circulation Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Interface Deleted unused variables. 2002-10-13 08:27:49 +00:00
Accounts.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Accounts2.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Acquisitions.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Auth.pm Turn off authentication entirely if systempreference "insecure" is set 2002-10-12 06:12:39 +00:00
Biblio.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
BookShelves.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Catalogue.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Circmain.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Circulation.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Context.pm Added whitespace to make the POD work. 2002-10-10 04:34:20 +00:00
Database.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Format.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Groups.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Input.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
InterfaceCDK.pm Removed trailing whitespace. 2002-10-13 09:31:35 +00:00
Koha.pm Removed trailing whitespace that was messing up the POD. 2002-10-11 12:39:34 +00:00
Maintainance.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Makefile.PL Starting Makefile.PL and starting work on pod inside Search.pm 2002-05-11 01:50:35 +00:00
MANIFEST Starting Makefile.PL and starting work on pod inside Search.pm 2002-05-11 01:50:35 +00:00
Output.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Print.pm Simplified references. 2002-10-10 04:42:35 +00:00
Reserves.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Reserves2.pm Added partial POD (but I don't understand reserves well enough to 2002-10-13 06:09:26 +00:00
Scan.pm Added a POD of sorts. 2002-10-07 00:48:50 +00:00
Search.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Security.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
SimpleMarc.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Stats.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Stock.pm Removed unused finalizer. 2002-10-13 08:34:49 +00:00
test.pl Removed trailing whitespace. 2002-10-13 09:31:35 +00:00
Z3950.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00