From 72f563b91c24c2aa2216b360b65cb43131e54128 Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 25 May 2008 09:57:58 +0000 Subject: [PATCH] MDL-14978 replaced deprecated can_use_richtext_editor --- lib/deprecatedlib.php | 12 ------------ 1 file changed, 12 deletions(-) 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 ########################################################################## /** -- 2.39.5