mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-07-13 02:36:06 -04:00
Merge branch 'sqlite' of github.com:privacore/open-source-search-engine into sqlite
This commit is contained in:
@ -13289,9 +13289,9 @@ char *XmlDoc::getMetaList(bool forDelete) {
|
||||
|
||||
// . do we have adult content?
|
||||
// . should already be valid!
|
||||
if (addClusterRec && !m_isAdultValid) {
|
||||
g_process.shutdownAbort(true);
|
||||
}
|
||||
//if (addClusterRec && !m_isAdultValid) {
|
||||
// g_process.shutdownAbort(true);
|
||||
//}
|
||||
|
||||
// . store old only if new tr is good and keys are different from old
|
||||
// . now we store even if skipIndexing is true because i'd like to
|
||||
|
Reference in New Issue
Block a user