diff --git a/scripts/bug_reminder_mail.php b/scripts/bug_reminder_mail.php index 0fcc0f3..2b37aad 100644 --- a/scripts/bug_reminder_mail.php +++ b/scripts/bug_reminder_mail.php @@ -169,7 +169,7 @@ $t_rem_projects .= ")"; if (ON==$t_rem_include){ if ($t_rem_projects <>"0") { - $query .= " and project_id IN ". $t_rem_projects; + $query .= " and bugs.project_id IN ". $t_rem_projects; } }else{ $query .= " and project_id NOT IN ".$t_rem_projects;