From 8cf37ad18bcaf0e762213ce9c83b0b5c8e1ed65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cornelius=20Wei=C3=9F?= Date: Fri, 19 Jan 2007 06:58:38 +0000 Subject: [PATCH] upps, this function is used by wiki --- phpgwapi/inc/class.html.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.html.inc.php b/phpgwapi/inc/class.html.inc.php index e272af0c48..0418042b0d 100644 --- a/phpgwapi/inc/class.html.inc.php +++ b/phpgwapi/inc/class.html.inc.php @@ -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!