From d2bef6b025d98f88890a515a290ca6cc730014d5 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 1 May 2014 20:04:10 +0200 Subject: [PATCH] Minor - adding deprecated. --- main/inc/lib/main_api.lib.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/inc/lib/main_api.lib.php b/main/inc/lib/main_api.lib.php index 0eec79d64d..362b74f330 100644 --- a/main/inc/lib/main_api.lib.php +++ b/main/inc/lib/main_api.lib.php @@ -3927,6 +3927,7 @@ function api_get_themes() { * @param int $width The width of the form element * @param string $attributes (optional) attributes for the form element * @param array $editor_config (optional) Configuration options for the html-editor + * @deprecated */ function api_disp_html_area($name, $content = '', $height = '', $width = '100%', $attributes = null, $editor_config = null) { global $_configuration, $_course, $fck_attribute; @@ -3951,6 +3952,7 @@ function api_disp_html_area($name, $content = '', $height = '', $width = '100%', * @param int $width The width of the form element * @param string $attributes (optional) attributes for the form element * @param array $editor_config (optional) Configuration options for the html-editor + * @deprecated */ function api_return_html_area($name, $content = '', $height = '', $width = '100%', $attributes = null, $editor_config = null) { global $_configuration, $_course, $fck_attribute;