Skip to content

Commit

Permalink
Update test.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CasN authored Apr 23, 2024
1 parent 0362931 commit f19a09a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
$query .= ' and project_id IN $t_rem_projects';
}
}else{
$query .= 'and project_id NOT IN $t_rem_projects';
if (!empty( config_get( 'plugin_Reminder_reminder_project_id' ) )) {
$query .= " and bugs.project_id NOT IN ".$t_rem_projects;
}
}
echo $query;

0 comments on commit f19a09a

Please sign in to comment.