|
|
@@ -548,11 +548,11 @@ function AnalyseHtmlBody($body, &$description, &$litpic, &$keywords, $dtype = '' |
|
|
|
} else { |
|
|
|
include_once(DEDEINC.'/libraries/splitword.class.php'); |
|
|
|
$keywords = ''; |
|
|
|
$sp = new SplitWord($cfg_soft_lang, $cfg_soft_lang); |
|
|
|
$sp->SetSource($subject, $cfg_soft_lang, $cfg_soft_lang); |
|
|
|
$sp = new SplitWord($cfg_soft_lang); |
|
|
|
$sp->SetSource($subject, $cfg_soft_lang); |
|
|
|
$sp->StartAnalysis(); |
|
|
|
$titleindexs = preg_replace("/#p#|#e#/", '', $sp->GetFinallyIndex()); |
|
|
|
$sp->SetSource(Html2Text($message), $cfg_soft_lang, $cfg_soft_lang); |
|
|
|
$sp->SetSource(Html2Text($message), $cfg_soft_lang); |
|
|
|
$sp->StartAnalysis(); |
|
|
|
$allindexs = preg_replace("/#p#|#e#/", '', $sp->GetFinallyIndex()); |
|
|
|
if (is_array($allindexs) && is_array($titleindexs)) { |
|
|
|