retrieve($_REQUEST['record']); if(!$focus->ACLAccess('Delete')) { ACLController::displayNoAccess(true); sugar_cleanup(true); } $focus->mark_deleted($_REQUEST['record']); // NOW THAT THE DELETE HAS BEEN PERFORMED, RETURN TO GIVEN LOCATION //handleRedirect($return_id,'EcmCommunes'); header('Location: index.php?module=EcmCommunes&action=index'); ?>