The insert handler for send's implementation of hook_user tries to update the send_contact table on a key that no longer exists (mail)
Since I don't really know what this table does or what this SQL query is trying to do, I've just removed the insert handler since it wasn't doing anything anyway. Most likely not the ideal solution, never the less, on that works.
| Comment | File | Size | Author |
|---|---|---|---|
| send-module-clean-up.patch | 746 bytes | josh waihi |
Comments
Comment #1
allie mickaJust committed a fix for this to HEAD.
Thanks!