forked from extern/egroupware
don't convert charset on import. That's done in the horde class already.
This commit is contained in:
parent
d9f6b6e4df
commit
0bee3bf9c9
@ -180,8 +180,6 @@
|
||||
break;
|
||||
}
|
||||
}
|
||||
$taskData = $GLOBALS['egw']->translation->convert($taskData, 'UTF-8');
|
||||
|
||||
return $taskData;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user