@@ -376,14 +376,15 @@ function captcha_form_alter(&$form, $form_state, $form_id) {
'#captcha_admin_mode'=>TRUE,
);
}
}else{
}
else{
$captcha_element['#title']=t('CAPTCHA: no challenge enabled');
$captcha_element['add_captcha']=array(
'#value'=>l(t('Place a CAPTCHA here for untrusted users.'),"admin/user/captcha/captcha/captcha_point/$form_id",array('query'=>drupal_get_destination()))