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 e0deca4 commit db9d0e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
$t_rem_include = ON;
$t_rem_projects = "(1,3)";
if (ON == $t_rem_include){
if ($t_rem_projects <>"0") {
if (!empty( config_get( 'plugin_Reminder_reminder_project_id' ) )) {
$query .= ' and project_id IN $t_rem_projects';
}
}else{
$query .= 'and project_id NOT IN $t_rem_projects';
}
echo $query;
echo $query;

0 comments on commit db9d0e9

Please sign in to comment.