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 |
|
arensb
|
6da9869463
|
Added a FIXME comment.
|
2002-10-13 06:03:38 +00:00 |
|
arensb
|
95e2b3d1e6
|
Removed reference to Perl in POD. It should be obvious.
|
2002-10-10 04:34:51 +00:00 |
|
arensb
|
dbca39823f
|
Merged with arensb-context branch: use C4::Context->dbh instead of
&C4Connect, and generally prefer C4::Context over C4::Database.
|
2002-10-05 09:44:27 +00:00 |
|
arensb
|
ca2aba8788
|
Added POD.
Removed unnecessary trailing whitespace.
|
2002-09-23 13:52:38 +00:00 |
|
tonnesen
|
1e67687742
|
Added copyright statement to all .pl and .pm files
|
2002-08-14 18:12:50 +00:00 |
|
tonnesen
|
6897cec04d
|
Most of these merges are just removing unused parts of the perl modules.
|
2002-06-20 18:56:52 +00:00 |
|
rangi
|
0f23c6e75d
|
Fixed apostrophe ' handling
|
2002-02-26 09:31:14 +00:00 |
|
rangi
|
53f147a340
|
Added functionality to allow invalid itemtype to be fixed
|
2001-03-15 10:15:51 +00:00 |
|
rangi
|
4d35327d19
|
Got undeleting biblios going (catalogue maintenance should probably be in a
password protected super librarian area or the like)
|
2001-03-13 22:04:04 +00:00 |
|
rangi
|
d0374d0037
|
Initial revision
|
2000-12-19 23:45:51 +00:00 |
|