don't convert charset on import. That's done in the horde class already.

This commit is contained in:
Lars Kneschke 2006-08-17 03:31:47 +00:00
parent d9f6b6e4df
commit 0bee3bf9c9

View File

@ -180,8 +180,6 @@
break; break;
} }
} }
$taskData = $GLOBALS['egw']->translation->convert($taskData, 'UTF-8');
return $taskData; return $taskData;
} }
} }