Closed (fixed)
Project:
Simplenews
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2012 at 14:45 UTC
Updated:
12 Feb 2012 at 14:20 UTC
The patch adds drush integration with two commands. One to count the current mail spool and one the send a defined amount of mails.
Additionally, this also fixes a bug with the execution_time detection when set to 0 (=disabled), returns the sent count in the mail_spool() function (so that the information can be printed with drush) and made sure that the count function always returns an integer and not FALSE if no records exist that matches the conditions.
| Comment | File | Size | Author |
|---|---|---|---|
| drush.patch | 4.34 KB | berdir |
Comments
Comment #1
miro_dietikerLooks generally cool.
Some slight inconsistencies
I think they should be and look the same.
I also found a var_dump tb removed.
For the output i would write:
Comment #2
berdirFixed the issues and commited.