From 3d8a479bf31f97e004280de0c419159f145ebf9e Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Fri, 30 Apr 2010 02:06:44 +0000 Subject: [PATCH] MDL-19756 Removing debugging message from print_textarea until we have a proper renderer replacement --- lib/deprecatedlib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index 11217282682..fe63f97c6a5 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -2706,7 +2706,8 @@ function print_textarea($usehtmleditor, $rows, $cols, $width, $height, $name, $v /// $width and height are legacy fields and no longer used as pixels like they used to be. /// However, you can set them to zero to override the mincols and minrows values below. - debugging('print_textarea() has been deprecated. Please change your code to use $OUTPUT->textarea().'); + // Disabling because there is not yet a viable $OUTPUT option for cases when mforms can't be used + // debugging('print_textarea() has been deprecated. You should be using mforms and the editor element.'); global $CFG;