getModule(false); $response = new Vtiger_Response(); if ($recordsCount < 2) { $result = array(true); $response->setResult($result); } else { $response->setError(vtranslate('LBL_MAX_LIMIT_ONLY_TWO', $qualifiedModuleName)); } $response->emit(); } } ?>