Functionality disabled
'; } elseif (isset($_POST['submit']) && ($_POST['submit'] == "Email Username")) { $msg = ' The Chair username for accessing the ' . $OC_configAR['OC_confName'] . ' OpenConf system is: ' . $OC_configAR['OC_chair_uname'] . ' '; if (sendEmail($OC_configAR['OC_pcemail'], "Chair username", $msg)) { print 'The Chair username has been emailed to the Chair\'s address
'; } else { err('Unable to send email'); } } else { print 'Click the button below to email the username to the Chair\'s address
'; } printFooter(); ?>