Skip to content

Commit

Permalink
Update bug_reminder_mail.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CasN authored Jun 20, 2024
1 parent e72963d commit 978e633
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 @@ -172,7 +172,7 @@
$query .= " and bugs.project_id IN ". $t_rem_projects;
}
}else{
$query .= " and project_id NOT IN ".$t_rem_projects;
$query .= " and bugs.project_id NOT IN ".$t_rem_projects;
}
$query .=" and bugs.project_id=man.project_id and man.access_level=70" ;
$query .=" order by man.project_id,man.user_id" ;
Expand Down

0 comments on commit 978e633

Please sign in to comment.