Perl Modules
authorJohn Beppu <john.beppu@liblime.com>
Tue, 3 Feb 2009 22:02:09 +0000 (16:02 -0600)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 4 Feb 2009 19:58:03 +0000 (13:58 -0600)
commit39d0ed3635b8fea34a813a4be97f38d419731f42
tree055890a99973428b2ed083e731e134450683aa22
parent2270ecaa9000bac7d06267987b7826fe6d91c59f
Perl Modules

- C4::Letters:EnqueueLetter() is aware of new fields in message_queue table
- C4::Circulation::SendCirculationAlert() actually works
- C4::Category cleanup
- C4::ItemType cleanup
- C4::Message is a new module.
  It presents yet another way to interact with the message_queue.
  You can now take messages that have already been queued and modify
  their contents before they're sent out.

Signed-off-by: Daniel Sweeney <daniel.sweeney@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Category.pm
C4/Circulation.pm
C4/ItemType.pm
C4/Letters.pm
C4/Message.pm [new file with mode: 0644]