Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y".
[koha.git] / C4 / Output.pm
2002-10-13 arensbReplaced expressions of the form "$x = $x <op> $y"...
2002-10-13 arensbDeleted unused variables.
2002-10-13 arensbAdded some FIXME comments.
2002-10-11 arensbReplaced &requireDBI with C4::Context->dbh, thus making...
2002-10-11 arensbUse C4::Context->preference instead of &systemprefs...
2002-10-10 arensbAdded some FIXMEs.
2002-10-10 arensbAdded whitespace to make the POD work.
2002-10-05 arensbAdded a couple of FIXME comments.
2002-10-05 arensbSwitched new functions to using C4::Context.
2002-10-05 arensbRemoved remnants of code that read /etc/koha.conf for...
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-10-02 tipaultemplating modifications to rspect finlay structure
2002-09-22 arensbAdded PODs.
2002-09-20 pateadding POD from Andres Arensburger
2002-09-17 dnmeidAdded getpathtotemplate-function
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-24 tipaulNow, the API...
2002-07-08 tonnesenuse warnings breaks perl 5.005
2002-07-04 tipaulbugfix from merging
2002-07-03 tipaulmerging 1.2 and main branches
2002-05-21 amillarFix warning about use of undefined variable, found...
2002-05-15 truth_nzFixed a few warnings.
2002-05-14 rangiShifted picktemplate out into C4::Output.pm
2002-05-09 truth_nzUpdate to catalogue to allow change of biblio abstracts.
2002-04-21 saasCorrect spelling - aquisitions to acquisitions
2002-04-08 paterefactored slashifyDate function out of inline code...
2001-01-31 rangiAdded a line to Ouput.pm to enable circulation to use...
2001-01-05 tonnesenRenamed koha.conf config entry from "path" to "includes...
2001-01-05 tonnesenAdded support for moving path=... variable to /etc...
2000-12-19 rangiInitial revision