query('DELETE FROM vtiger_crmentity WHERE deleted = 1'); //TODO Related records for the module records deleted from vtiger_crmentity has to be deleted. //It needs lookup in the related tables and needs to be removed if doesn't have a reference record in vtiger_crmentity $adb->query('DELETE FROM vtiger_relatedlists_rb'); $parenttab = getParentTab(); header("Location: index.php?module=RecycleBin&action=RecycleBinAjax&file=index&parenttab=$parenttab&mode=ajax"); ?>