Skip to content

Commit

Permalink
MDL-21695 Removing commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Jul 19, 2010
1 parent 8af5201 commit eca44f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions admin/mnet/peer_forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,14 +143,6 @@ function definition() {
$mform->addElement('static', 'certdetails', get_string('certdetails', 'mnet'), $OUTPUT->box('<pre>' . $credstr . '</pre>'));
}

/*
// help icons
$mform->setHelpButton('ipaddress', array('ipaddress', get_string('ipaddress', 'mnet'), 'mnet'));
$mform->setHelpButton('public_key', array('public_key', get_string('public_key', 'mnet'), 'mnet'));
// TODO MDL-17087 I've been through vcs logs and I can't find any evidence the help files ever existed.
// Probably someone forgot to add them ;( So commenting out the icons for now
*/

// finished with static stuff, print save button
$this->add_action_buttons(false);
}
Expand Down

0 comments on commit eca44f5

Please sign in to comment.