pquery("SELECT * FROM {$table_prefix}_relatedlists WHERE tabid = ? AND related_tabid = ?", array($docModuleInstance->id, $procModuleInstance->id)); if ($result && $adb->num_rows($result) == 0) { $docModuleInstance->setRelatedList($procModuleInstance,'Processes',array('select','add'),'get_documents_dependents_list'); } $VTEP = VTEProperties::getInstance(); $VTEP->setProperty('performance.mq_enabled', false); $VTEP->setProperty('performance.mq_rabbitmq_connection', array()); $VTEP->setProperty('performance.mq_webstomp_connection', array()); if(!Vtiger_Utils::CheckTable($table_prefix.'_trigger_queue')) { $schema = ' ENGINE=InnoDB crmid
'; $schema_obj = new adoSchema($adb->database); $schema_obj->ExecuteSchema($schema_obj->ParseSchemaString($schema)); } SDK::setLanguageEntries('APP_STRINGS', 'LBL_IS_FREEZED', array('it_it'=>'In aggiornamento ...','en_us'=>'Updating ...'));