In project_issue_add_missing_projects(), where it says

"...LEFT JOIN project_issue_projects pip..."

it should say

"...LEFT JOIN {project_issue_projects} pip..."

Comments

hunmonk’s picture

Version: 5.x-1.1 » 5.x-2.x-dev
Status: Active » Fixed

fixed in 5.x-1.x and HEAD -- doesn't look like this function was around in 4.7

Anonymous’s picture

Status: Fixed » Closed (fixed)