Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
[koha.git] / C4 / Catalogue.pm
2002-10-13 arensbDeleted unused variables.
2002-10-10 arensbFixed FIXMEs.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-10-01 arensbAdded some FIXME comments, mostly marking duplicate...
2002-09-23 arensbAdded POD.
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-04 tipaulLong is the road to MARC..
2002-06-14 tipaulGoing to MARC 1.4...
2002-06-10 tipaulMARC stuff : beginning to use MARC::Record package.
2002-06-06 tipaultoday stuff around marc. Will change soon as we will...
2002-06-04 tipaultest.pl, contains a script to test the Catalogue.pm...
2002-05-29 tonnesenStarted modifications to match new marc schema
2002-05-18 amillarSome cleanup, reformatting, fix some undeclared variables
2002-05-16 tonnesenFew more changes... not much to look at yet, still...
2002-05-16 tonnesenStarting rewrite of Catalogue.pm using Paul's new marc...
2001-11-06 tonnesenWorking out problems with MARC record support.
2001-11-03 tonnesenMinor cleanups. Needs testing. Starting to think...
2001-10-05 tonnesenChanged search interface to allow searches on Illustrat...
2001-09-27 tonnesenTested updateItem subroutine, made some better checks...
2001-09-27 tonnesenStarted on updateItem subroutine.
2001-06-26 tonnesenFinished updateBiblioItem subroutine
2001-06-26 tonnesennewBiblio subroutine completed.
2001-06-26 tonnesenAdded biblioitems table update when newBiblioItem(...
2001-06-26 tonnesenBeginning updateBiblio routine.
2001-06-25 tonnesenAdded skeletons of update routines.
2001-06-25 tonnesenCataloguing API. Very early draft at this point.