Just wondering if there is any chance this is getting ported to D6? If not, it looks like a pretty simple module; let me know if you want someone else to do it ;)
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | civicrm_error-6.x-307569_2.tgz | 3.57 KB | xurizaemon |
| #2 | 307569-2civicrm_error-d6_port.patch | 4.21 KB | xurizaemon |
Comments
Comment #1
dalinPatches welcome. It should be very simple. I think just hook_menu() needs to be adjusted. See here:
http://api.drupal.org/api/function/hook_menu/6
Comment #2
xurizaemonHopefully this is a start! Tarball and patch against current D5 CVS attached.
Changes were to hook_menu() and addition of hook_mail(), which I'm a bit unfamiliar with, so if my method of getting the message body from civicrm_error_handler() to civicrm_error_mail() is funky, please correct it :)
Comment #3
xurizaemonalso need CVS tag created and version on this issue changed (if you think the code is worthy, dalin)
cheers
Comment #4
dalinLooks good. Committed. Will now create a D6 project.