Skip to content

Commit

Permalink
fix(form): search forms to approce
Browse files Browse the repository at this point in the history
  • Loading branch information
btry committed Jun 7, 2022
1 parent 2e6904a commit 5335d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/form.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -971,11 +971,11 @@ protected function showMyLastForms() : void {
}
echo '</ul>';
echo '<div class="text-center card-footer">';
$criteria = 'criteria[0][field]=10'
$criteria = 'criteria[0][field]=5'
. '&criteria[0][searchtype]=equals'
. '&criteria[0][value]=' . $userId;
$criteria.= "&criteria[1][link]=OR"
. "&criteria[1][field]=11"
. "&criteria[1][field]=7"
. "&criteria[1][searchtype]=equals"
. "&criteria[1][value]=mygroups";

Expand Down

0 comments on commit 5335d0a

Please sign in to comment.