upps, this function is used by wiki

This commit is contained in:
Cornelius Weiß 2007-01-19 06:58:38 +00:00
parent efb960fabc
commit 8cf37ad18b

View File

@ -419,7 +419,7 @@ class html
* Checks if HTMLarea (or an other richtext editor) is availible for the used browser * Checks if HTMLarea (or an other richtext editor) is availible for the used browser
* *
* @return boolean * @return boolean
*/
function htmlarea_availible() function htmlarea_availible()
{ {
switch($this->user_agent) switch($this->user_agent)
@ -431,7 +431,7 @@ class html
default: default:
return False; return False;
} }
}*/ }
/** /**
* compability function for former used htmlarea. Please use function fckeditor now! * compability function for former used htmlarea. Please use function fckeditor now!