Skip to content
Snippets Groups Projects
Commit 76c7e458 authored by Tim Repke's avatar Tim Repke
Browse files

fix: backstepped people still shown in public listing

parent 529fba0b
No related branches found
No related tags found
No related merge requests found
......@@ -364,7 +364,8 @@ function index_show_signupTable($fid) {
["pseudo", "antyp", "abtyp", "anday", "abday", "comment", "studityp"],
["AND" => [
'fahrt_id' => (int)$fid,
'public' => 1
'public' => 1,
'backstepped' => NULL
]]);
if (!$data) echo '<div class="signups">Noch keine (sichtbaren) Anmeldungen!</div>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment