On line 236 of CVS revision 1.73 for workflow.module, WORKFLOW_DELETION isn't defined. I grepped the entire module, but didn't find any other instance declaring the value of WORKFLOW_DELETION. When deleting nodes, that causes PHP notices
# notice: Use of undefined constant WORKFLOW_DELETION - assumed 'WORKFLOW_DELETION' in /Users/davidnorman/Sites/bluerhino/sites/all/modules/workflow/workflow.module on line 236.
# notice: Use of undefined constant WORKFLOW_DELETION - assumed 'WORKFLOW_DELETION' in /Users/davidnorman/Sites/bluerhino/sites/all/modules/workflow/workflow.module on line 236.
Comments
Comment #1
jvandyk commentedFixed. Thanks.