Skip to content

Commit

Permalink
Minor fix in the CLI version of bug_reminder_mail.php
Browse files Browse the repository at this point in the history
Minor fix in the CLI version of bug_reminder_mail.php
  • Loading branch information
CasN committed Jun 20, 2024
1 parent 75209ab commit 16b675e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bug_reminder_mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 16b675e

Please sign in to comment.