Daniel Posted October 28, 2010 Report Posted October 28, 2010 what is the Code to show the Pilot Id in the email_registrationaccepted thanks Quote
Moderators mark1million Posted October 28, 2010 Moderators Report Posted October 28, 2010 I have been doing some work tonight so the file is on hand That will get you the first name lastname and their pilot code. <?php echo $pilot->firstname.' '.$pilot->lastname ?> <?php echo PilotData::GetPilotCode($pilot->code, $pilot->pilotid)?> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.