Fix meta query for determining auto results

This commit is contained in:
Brian Miyaji
2015-10-07 01:17:19 +11:00
parent f0b30f4048
commit b8f9e103da

View File

@@ -223,7 +223,8 @@ class SP_Meta_Box_Event_Results {
'meta_query' => array(
array(
'key' => 'sp_equation',
'compare' => 'EXISTS',
'compare' => 'NOT IN',
'value' => null
),
),
);