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
7197a3735b
Added magic RCS comment.
...
Removed trailing whitespace.
2002-10-13 07:31:21 +00:00
arensb
a9e5b8bb76
Added a FIXME comment.
2002-10-13 06:30:01 +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
tonnesen
219e006412
merging changes from rel-1-2
2002-07-02 22:08:50 +00:00
tonnesen
cb7441a537
More merges in from rel-1-2
...
All of the changes so far have been minor. I did uncomment delbiblio($biblio)
in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2
2002-06-20 17:33:07 +00:00
tonnesen
c239fbc711
Changes from a long time ago that I don't even remember anymore. :)
2002-02-01 18:00:28 +00:00
tonnesen
c1fcb1b4e9
Continuing work on Z39.50 search tool. Daemon now forks up to 12 processes
...
to do Z39.50 searches. Daemon will also wait to see if the user looks
beyond the first couple of pages of results, and will download more results
if necessary.
2001-11-06 18:13:59 +00:00
tonnesen
6c764d7e29
Daemon to process the queue of pending Z39.50 searches. I still need
...
to come up with a way for this process to get launched. Looks like Koha
might need its first init script. :)
2001-11-02 21:40:01 +00:00