\n";
}
function print_update_ok($e_ok) {
if ($e_ok == EMAIL_EXISTS) {
printf(
TABLE2."\n"
."
There's already an account with that email address. Click the Back button\n"
." on your browser to edit your information, or login to your \n"
.$project." account.
\n"
."
Any other changes you've made, if any, were successfully updated.
Your email address failed to be updated. Click the Back button\n"
." on your browser to edit your information, or try again later.
\n"
."
Any other changes you've made, if any, were successfully update.
\n"
."\n"
);
else {
printf(
TABLE2."\n"
."
Your email address was successfully updated.
}
function print_update_fail($e_ok) {
if ($e_ok == EMAIL_EXISTS) {
printf(
TABLE2."\n"
."
There's already an account with that email address. Click the Back button\n"
." on your browser to edit your information, or login to your \n"
.$project." account.
\n"
."
Any other changes you've made, if any, failed to be updated. Please try again later.