We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27b08d3 commit dbcd582Copy full SHA for dbcd582
1 file changed
pages/display/raid.php
@@ -178,12 +178,6 @@ class="badge badge-primary badge-pill"><?php echo $row['distance']; ?>
178
</div>
179
<?php } ?>
180
<?php }
181
- if ($row['rsvp_changes'] == 1) {
182
- ?>
183
- <li class="list-group-item justify-content-between align-items-center">
184
- <?php echo i8ln("Raids + RSVP"); ?><br>
185
- </li>
186
- <?php }
187
if ($row['ping'] <> '') {
188
?>
189
<li
0 commit comments