issue #204
This commit is contained in:
parent
20ce7a2d9f
commit
25caeee854
@ -3474,7 +3474,7 @@ function post_is_importable($item,$abook) {
|
|||||||
unobscure($item);
|
unobscure($item);
|
||||||
|
|
||||||
$text = prepare_text($item['body'],$item['mimetype']);
|
$text = prepare_text($item['body'],$item['mimetype']);
|
||||||
$text = html2plain($text);
|
$text = html2plain(($item['title']) ? $item['title'] . ' ' . $text : $text);
|
||||||
|
|
||||||
|
|
||||||
$lang = null;
|
$lang = null;
|
||||||
|
Reference in New Issue
Block a user