Hi there,
this issue keeps this line in casetracker.module from working:
db_query("UPDATE {casetracker_case} SET assign_to = %d, case_status_id = %d, case_priority_id = %d, case_type_id = %d, pid = %d WHERE nid = %d AND vid = %d ", $case_data['new']->assign_to, $case_data['new']->case_status_id, $case_data['new']->case_priority_id, $case_data['new']->case_type_id, $case_data['new']->prid, $comment['nid'], $comment['revision_id']);
Patch attached :)
thanks,
Adrian
| Comment | File | Size | Author |
|---|---|---|---|
| revision_id.patch | 588 bytes | acrollet |
Comments
Comment #1
eclipsegc commentedCasetracker is under new management.
Please re-apply this against Dev if you'd like to see it committed.
Comment #2
pedrorocha commented5.x version is obsolete and will not receive any updates, so i'm closing this issue