Index: openacs-4/packages/ecommerce/www/admin/customer-service/issues-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ecommerce/www/admin/customer-service/issues-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/ecommerce/www/admin/customer-service/issues-postgresql.xql 4 Apr 2018 18:51:56 -0000 1.3 +++ openacs-4/packages/ecommerce/www/admin/customer-service/issues-postgresql.xql 25 Jul 2018 01:52:19 -0000 1.4 @@ -51,7 +51,7 @@ JOIN ec_user_identification id using (user_identification_id) LEFT JOIN cc_users u on (id.user_id = u.user_id) -- gilbertw - -- removed this and used a normal where constraint so I dont have to + -- removed this and used a normal where constraint so I don't have to -- worry about setting up the correct and/where statement for the -- dynamic queries -- JOIN ec_cs_issue_type_map m on (i.issue_id = m.issue_id)