mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
upps, this function is used by wiki
This commit is contained in:
parent
efb960fabc
commit
8cf37ad18b
@ -419,7 +419,7 @@ class html
|
||||
* Checks if HTMLarea (or an other richtext editor) is availible for the used browser
|
||||
*
|
||||
* @return boolean
|
||||
|
||||
*/
|
||||
function htmlarea_availible()
|
||||
{
|
||||
switch($this->user_agent)
|
||||
@ -431,7 +431,7 @@ class html
|
||||
default:
|
||||
return False;
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
/**
|
||||
* compability function for former used htmlarea. Please use function fckeditor now!
|
||||
|
Loading…
Reference in New Issue
Block a user