Skip to content

Commit

Permalink
Merge pull request #33 from UCF/hf-meeting-minutes
Browse files Browse the repository at this point in the history
Updated args for latest meeting minutes function
  • Loading branch information
jmbarne3 authored Sep 3, 2021
2 parents e3d0638 + cfed66d commit e9178e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions includes/meeting_functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,14 @@ function ucf_bot_get_latest_meeting_minutes( $committee='None', $args=array() )
array(
'key' => 'ucf_meeting_minutes',
'compare' => 'EXISTS'
),
array(
'key' => 'ucf_meeting_minutes',
'compare' => 'NOT IN',
'value' => array(
'',
null
)
)
)
);
Expand Down

0 comments on commit e9178e5

Please sign in to comment.