diff options
-rwxr-xr-x | include/items.php | 3 | ||||
-rw-r--r-- | version.inc | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index a14e47e0f..856954a57 100755 --- a/include/items.php +++ b/include/items.php @@ -3377,6 +3377,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); diff --git a/version.inc b/version.inc index 576ce2840..ce6a0da88 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2015-08-03.1113 +2015-08-04.1114 |