This commit is contained in:
redmatrix 2015-08-04 16:02:12 -07:00
commit 5344431fc0
2 changed files with 4 additions and 1 deletions

View File

@ -3380,6 +3380,9 @@ function post_is_importable($item,$abook) {
return true;
require_once('include/html2plain.php');
unobscure($item);
$text = prepare_text($item['body'],$item['mimetype']);
$text = html2plain($text);

View File

@ -1 +1 @@
2015-08-03.1113
2015-08-04.1114