]> git.mjollnir.org Git - moodle.git/commitdiff
Remove the tinymce option until 1.7
authormoodler <moodler>
Mon, 27 Mar 2006 14:05:40 +0000 (14:05 +0000)
committermoodler <moodler>
Mon, 27 Mar 2006 14:05:40 +0000 (14:05 +0000)
user/edit.html

index ae09d06ce07f4ecbdc1a6928e7697cd1fed950a4..5357ae49addf30166dd428b211ab3802beda55fa 100644 (file)
@@ -189,7 +189,6 @@ if (isadmin()) {
     unset($choices);
     $choices["0"] = get_string("texteditor");
     $choices["1"] = get_string("htmleditor");
-    $choices["2"] = get_string("tinymceeditor");
     choose_from_menu ($choices, "htmleditor", $user->htmleditor, "") ?>
     </td>
 </tr>