Index: openacs-4/packages/contacts/lib/contact-complaint-list.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/contact-complaint-list.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/contacts/lib/contact-complaint-list.xql 5 Oct 2005 08:42:13 -0000 1.3 +++ openacs-4/packages/contacts/lib/contact-complaint-list.xql 5 Oct 2005 22:16:16 -0000 1.4 @@ -7,7 +7,7 @@ select cct.*, cr.title, cr.description from - contact_complaint_tracking cct, cr_items ci, cr_revisions cr + contact_complaint_track cct, cr_items ci, cr_revisions cr where ci.latest_revision = cct.complaint_id and cr.revision_id = cct.complaint_id @@ -23,7 +23,7 @@ ( select first_names ||' '|| last_name from cc_users where user_id = customer_id) as customer, ( select first_names ||' '|| last_name from cc_users where user_id = supplier_id) as supplier from - contact_complaint_tracking cct + contact_complaint_track cct