Crowdin localization integration prepare and stopwords removal

This commit is contained in:
Yuriy Pikhtarev 2017-02-10 04:15:58 +03:00
commit 4b9965b062
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
51 changed files with 3145 additions and 1894 deletions

View file

@ -444,7 +444,7 @@ if (!$set_default) {
} else {
$title_match_val = $tmp;
}
$title_match_sql = clean_text_match($title_match_val, true, false, false);
$title_match_sql = clean_text_match($title_match_val, true, false);
}
}
}