Functionality disabled

'; } elseif (isset($_POST['submit']) && ($_POST['submit'] == "Email Username")) { $msg = ' The ' . OCC_WORD_CHAIR . ' username for accessing the ' . $OC_configAR['OC_confName'] . ' OpenConf system is: ' . $OC_configAR['OC_chair_uname'] . ' '; if (sendEmail($OC_configAR['OC_pcemail'], OCC_WORD_CHAIR . " username", $msg)) { print '

The ' . OCC_WORD_CHAIR . ' username has been emailed to the ' . OCC_WORD_CHAIR . '\'s address

Proceed to sign in

'; } else { err('Unable to send email'); } } else { print '

Click the button below to email the username to the ' . OCC_WORD_CHAIR . '\'s address

'; } printFooter(); ?>