Skip to content
Snippets Groups Projects

Repair Mail Orga filter

Merged Daniel Bucher requested to merge fix-orgafilter into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -188,7 +188,7 @@ class AdminMailPage extends AdminPage {
$where['backstepped' . ($_REQUEST['val_backstepped'] == 1 ? '[!]' : '')] = null;
}
if (isset($_REQUEST['check_isOrga'])) {
$where['isOrga' . ($_REQUEST['val_isOrga'] == 1 ? '[!]' : '')] = null;
$where['isOrga'] = $_REQUEST['val_isOrga'];
}
if (isset($_REQUEST['check_wasOnWaitlist'])) {
if($_REQUEST['val_wasOnWaitlist'] == 1) {
Loading