We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91b6ae commit 3515fddCopy full SHA for 3515fdd
replay.pokemonshowdown.com/replay-manage.php
@@ -150,6 +150,8 @@ function userid($username) {
150
$replay['private'] = intval($_POST['private']);
151
$Replays->edit($replay);
152
echo '<p>Edited.</p>';
153
+ } else {
154
+ echo '<p>Editing privacy to '.$_POST['private']. 'failed. ';
155
}
156
?>
157
Change privacy: <form action="/<?= $replay['id'] ?>/manage" method="post" style="display: inline" data-target="replace">
0 commit comments