From: skodak Date: Sun, 25 May 2008 09:57:58 +0000 (+0000) Subject: MDL-14978 replaced deprecated can_use_richtext_editor X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=72f563b91c24c2aa2216b360b65cb43131e54128;p=moodle.git MDL-14978 replaced deprecated can_use_richtext_editor --- diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index b8c77332b8..aa35cebd9f 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -519,18 +519,6 @@ function get_group_students($groupids, $sort='ul.timeaccess DESC') { return get_users_by_capability($context, 'moodle/legacy:student', 'u.*, ul.timeaccess as lastaccess', $sort, '','',$groupids, '', false); } -/** - * Determines if the HTML editor is enabled. This function has - * been deprecated, but needs to remain available because it is - * used in language packs for Moodle 1.6 to 1.9. - * - * @deprecated Use {@link can_use_html_editor()} instead. - */ -function can_use_richtext_editor() { - return can_use_html_editor(); -} - - ########### FROM weblib.php ########################################################################## /**