Beispiel #1
0
 function cancel()
 {
     $add_nz = JRequest::getInt('add_nz');
     if ($add_nz == '1') {
         $tournament = new CLMTournament($this->turnierid, true);
         $tournament->makeMinusTln();
         // Message werden dort erstellt
     }
     $this->adminLink->view = "turplayers";
     $this->adminLink->more = array('id' => $this->turnierid);
     $this->adminLink->makeURL();
     $this->setRedirect($this->adminLink->url);
 }