Reduce the footprint of subscriptions_mail
salvis - September 28, 2009 - 12:40
| Project: | Subscriptions |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Description
Most of the functions in subscriptions_mail.module are used only during cron or for admin pages.
I'm committing a refactoring to (post 1.1) 6.x-1.x-dev that reduces the size of subscriptions_mail.module from 30K to 6K, by breaking out the cron and admin functions into .inc files.
