Minor - adding deprecated.

1.9.x
Julio Montoya 11 years ago
parent 39daaec711
commit d2bef6b025
  1. 2
      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 int $width The width of the form element
* @param string $attributes (optional) attributes for the form element * @param string $attributes (optional) attributes for the form element
* @param array $editor_config (optional) Configuration options for the html-editor * @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) { function api_disp_html_area($name, $content = '', $height = '', $width = '100%', $attributes = null, $editor_config = null) {
global $_configuration, $_course, $fck_attribute; 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 int $width The width of the form element
* @param string $attributes (optional) attributes for the form element * @param string $attributes (optional) attributes for the form element
* @param array $editor_config (optional) Configuration options for the html-editor * @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) { function api_return_html_area($name, $content = '', $height = '', $width = '100%', $attributes = null, $editor_config = null) {
global $_configuration, $_course, $fck_attribute; global $_configuration, $_course, $fck_attribute;

Loading…
Cancel
Save