Skip to content

Commit

Permalink
MDL-20901 undoing previous change, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Nov 21, 2009
1 parent 6b82d0f commit c64e655
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/mnet/delete.html
Expand Up @@ -32,7 +32,6 @@
<form method="post" action="delete.php"> <form method="post" action="delete.php">
<input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>" /> <input type="hidden" name="sesskey" value="<?php echo $USER->sesskey ?>" />
<input type="hidden" name="hostid" value="<?php echo $mnet_peer->id; ?>" /> <input type="hidden" name="hostid" value="<?php echo $mnet_peer->id; ?>" />
<input type="hidden" name="sesskey" value="<?php echo sesskey(); ?>" />
<input type="hidden" name="step" value="delete" /> <input type="hidden" name="step" value="delete" />
<input type="submit" name="submit" value="<?php print_string('delete'); ?>"/> <input type="submit" name="submit" value="<?php print_string('delete'); ?>"/>
</form> </form>
Expand Down

0 comments on commit c64e655

Please sign in to comment.