Example #1
0
File: remove.php Project: alcf/chms
 protected function DeletePerson()
 {
     $this->objHousehold->UnassociatePerson($this->objPersonToRemove);
     $this->objPersonToRemove->Delete();
     $this->RedirectToViewPage();
 }