mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +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
|
* 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!
|
||||||
|
Loading…
Reference in New Issue
Block a user