MDL-20901 undoing previous change, not needed

This commit is contained in:
Petr Skoda
2009-11-21 22:01:38 +00:00
parent 561020d00b
commit 92145339d6
-1
View File
@@ -35,7 +35,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>