From 616a09880a95649061d59471a75ead87443c011f Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Wed, 15 Oct 2003 19:15:25 +0000 Subject: [PATCH] hide errormessage about unsupported charset --- phpgwapi/inc/class.translation_sql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.translation_sql.inc.php b/phpgwapi/inc/class.translation_sql.inc.php index 376aba063f..f7a1e63030 100644 --- a/phpgwapi/inc/class.translation_sql.inc.php +++ b/phpgwapi/inc/class.translation_sql.inc.php @@ -279,7 +279,7 @@ } if ($this->mbstring) { - return mb_convert_encoding($data,$to,$from); + return @mb_convert_encoding($data,$to,$from); } if(function_exists('iconv')) {