Skip to content
Snippets Groups Projects
Commit ec930108 authored by John Hoopes's avatar John Hoopes
Browse files

[UWMOODLE-561] removing example block comment

parent 7c7e7145
No related branches found
No related tags found
No related merge requests found
......@@ -79,29 +79,6 @@ function local_archive_extends_settings_navigation($settingsnav, $context){
$courseadmin->add_node($defaultimport, 'publish');
}
}
/*
if($courseadmin = $settingsnav->find('courseadmin', navigation_node::TYPE_SETTING)){
$linktext = get_string('pluginname', 'local_merge_users');
$url = new moodle_url('/local/merge_users/index.php');
$munode = navigation_node::create(
$linktext,
$url,
navigation_node::NODETYPE_LEAF,
'local_merge_users',
'local_merge_users',
new pix_icon('i/settings', $linktext)
);
if($PAGE->url->compare($url, URL_MATCH_BASE)) {
$munode->make_active();
}
$useraccountsnode->add_node($munode);
}
*/
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment