From 5c8708ef3afae91d504dbd169bcd2a783bb5deb9 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 26 Apr 2006 08:05:46 +0000 Subject: [PATCH] Removed forecolor hilitecolor in htmleditor --- message/send.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message/send.php b/message/send.php index f28e69067f6..8ae939c3059 100644 --- a/message/send.php +++ b/message/send.php @@ -104,7 +104,7 @@ echo '
'; print_textarea($usehtmleditor, 8, 34, 0, 0, 'message', ''); echo '
'; - use_html_editor('message', 'formatblock subscript superscript copy cut paste clean undo redo justifyleft justifycenter justifyright justifyfull lefttoright righttoleft insertorderedlist insertunorderedlist outdent indent forecolor hilitecolor inserthorizontalrule createanchor nolink inserttable'); + use_html_editor('message', 'formatblock subscript superscript copy cut paste clean undo redo justifyleft justifycenter justifyright justifyfull lefttoright righttoleft insertorderedlist insertunorderedlist outdent indent inserthorizontalrule createanchor nolink inserttable'); echo ''; } else { print_textarea(false, 5, 34, 0, 0, 'message', '');