I found that exporting the subscribers list returns php errors.
In mailout_admin.inc the code tries to fetch the results via a simple mysql_fetch_assoc() which of course never returns a result for ex. when mysqli is used.
Changed this to the Drupal standard db_fetch_array().
See attached patch.
| Comment | File | Size | Author |
|---|---|---|---|
| mailout_db_fetch.patch | 383 bytes | melon |