send() ); if ( is_string( $response ) ){ eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $server = $response->get('Server-Data'); if ( empty( $server['administrable'] ) ){ $error = 'Sie haben keine Berechtigung, Teilnehmer zu verwalten'; eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $editable = TRUE; $msg = new ParTCP_Outgoing_Message( $serverLong, $idLong, 'participant-details-request' ); $msg->set( 'Participant-Id', $ptcpId ); $response = pas_check_response( $msg->send() ); if ( is_string( $response ) ){ eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $participant = $response->get('Participant-Data'); eval( '?'.'>' . $tpl->compile('participant.html') ); // end of file participant.php