MDL-20901 undoing previous change, not needed

This commit is contained in:
Petr Skoda
2009-11-21 22:01:18 +00:00
parent 6b82d0f68c
commit c64e6552f7
-1
View File
@@ -32,7 +32,6 @@ print_heading(get_string('mnetsettings', 'mnet'));
<form method="post" action="delete.php">
<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="sesskey" value="<?php echo sesskey(); ?>" />
<input type="hidden" name="step" value="delete" />
<input type="submit" name="submit" value="<?php print_string('delete'); ?>"/>
</form>