bug 2274: correcting call to new interface of overdue_notices.pl
authorAndrew Moore <andrew.moore@liblime.com>
Thu, 10 Jul 2008 13:06:48 +0000 (08:06 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 10 Jul 2008 14:11:35 +0000 (09:11 -0500)
commitf2c3c027bd055c38d06feaaacb9f610ca2ae9aa5
tree422c988c7ff3d001715aa0cd415bf2a1d9070145
parent6bb77ae3e4586445ea6b41c7b554d909a2d46b0e
bug 2274: correcting call to new interface of overdue_notices.pl

I changed the interface to overdue_notices.pl at the last moment and forgot to correct one call to it.
This corrects circ/overdue.pl to call misc/cronjobs/overdue_notices.pl with the correct parameters.

Even better would be to move most of the code from overdue_notices.pl to a method somewhere
that both of these programs could call. It's inappropriate to call a cronjob from one of our CGIs.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
circ/overdue.pl