Exemplo n.º 1
0
Arquivo: edit.php Projeto: alcf/chms
 public function btnDelete_Click()
 {
     $this->mctSignupForm->SignupForm->DeleteAllFormQuestions();
     if ($this->mctSignupForm->SignupForm->EventSignupForm) {
         $this->mctSignupForm->SignupForm->EventSignupForm->Delete();
     }
     $this->mctSignupForm->DeleteSignupForm();
     QApplication::Redirect('/events/');
 }