Skip to content

Commit

Permalink
Update bug_reminder_mail_test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CasN authored Jun 20, 2024
1 parent 16b675e commit e72963d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bug_reminder_mail_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
echo 'Query-Manager being executed' ;
echo '<br>';
// select relevant issues in combination with an assigned manager to the project
$query = "select id,handler_id,user_id from {bug} bugs,{project_user_lis} man where status in (".implode(",", $t_rem_status).") and due_date<=$baseline ";
$query = "select id,handler_id,user_id from {bug} bugs,{project_user_list} man where status in (".implode(",", $t_rem_status).") and due_date<=$baseline ";
if ( ON == $t_rem_ign_past ) {
$query .=" and due_date>=$basenow" ;
} else{
Expand Down

0 comments on commit e72963d

Please sign in to comment.