By gleble on
Can anybody tell me why the following prints out the user_name in a red box but not the t('is not allowed to use this form.')
form_set_error('user_name', t('is not allowed to use this form.'));
Can anybody tell me why the following prints out the user_name in a red box but not the t('is not allowed to use this form.')
form_set_error('user_name', t('is not allowed to use this form.'));
Comments
Context
This is the context of the offending line. It's driving me mad. Please help someone.
Are you using a custom
Are you using a custom theme? If so, does it include the $messages variable in your page template?
- Corey