add hubloc repair script (needed for deadsuperhero, probably temporary)

This commit is contained in:
redmatrix
2015-10-30 22:43:38 -07:00
parent a1e28bb669
commit 5f80121637
4 changed files with 662 additions and 559 deletions

View File

@@ -3455,6 +3455,7 @@ function post_is_importable($item,$abook) {
$text = prepare_text($item['body'],$item['mimetype']);
$text = html2plain($text);
$lang = null;
if((strpos($abook['abook_incl'],'lang=') !== false) || (strpos($abook['abook_excl'],'lang=') !== false)) {