Closed (fixed)
Project:
Case Tracker
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
11 Mar 2009 at 14:48 UTC
Updated:
29 Mar 2009 at 23:30 UTC
Currently $node->casetracker may flip-flop back and forth between being an array and an object. This patch fixes that. It will now be an object on nodeapi op insert.
This is needed for easier casetracker_mail implementation.
Eclipse
| Comment | File | Size | Author |
|---|---|---|---|
| casetracker.patch | 761 bytes | eclipsegc |
Comments
Comment #1
jmiccolis commentedI've basically committed this. I split the object casting onto it's own line and added a comment just for readabilities sake.