Closed (fixed)
Project:
CiviCRM Error Handler
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2008 at 16:10 UTC
Updated:
14 Jul 2009 at 15:30 UTC
Jump to comment: Most recent file
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.