Skip to content

Commit

Permalink
Update utils.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzoen authored Jan 3, 2018
1 parent 4744a37 commit 5e15038
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/members/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function get_members_with_projects()
'meta_query' => array(
array(
'key' => 'number_of_finished_projects',
'compare' => '>',
'compare' => '>=',
'type' => 'NUMERIC',
'value' => '0',
),
Expand All @@ -31,7 +31,7 @@ function get_members_with_projects()
'meta_query' => array(
array(
'key' => 'number_of_finished_projects',
'compare' => '>',
'compare' => '>=',
'type' => 'NUMERIC',
'value' => '0',
),
Expand Down

0 comments on commit 5e15038

Please sign in to comment.