]> git.koha-community.org Git - koha.git/commit
Bug 9656: Make logging to a file optional (for fines)
authorChris Cormack <chrisc@catalyst.net.nz>
Thu, 21 Feb 2013 09:10:48 +0000 (22:10 +1300)
committerChris Cormack <chris@bigballofwax.co.nz>
Mon, 11 Mar 2013 09:30:21 +0000 (22:30 +1300)
commit3db006c3b9ce97167c31f96a4e37c2be67bfce96
tree522664a269748d8ad69e65a8b965d4e0bd62a018
parent555a9e02f4eb8cba233cb900e8e94521cbb1bdda
Bug 9656: Make logging to a file optional (for fines)

To test:
1/ Before the patch run misc/cronjobs/fines.pl
   Notice that a file has been written to /tmp

2/ rm the file

3/ Apply the patch and run the script again
   Notice the file is not created

4/ run the script with -l
   Notice the file is created again

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Comment: Now it work as described. No errors.
Signed-off-by: Elliott Davis <elliott@bywatersolions.com>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
misc/cronjobs/fines.pl