/[drupal]/contributions/modules/textimage/textimage.module
ViewVC logotype

Diff of /contributions/modules/textimage/textimage.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.2, Fri Mar 10 20:14:27 2006 UTC revision 1.3, Fri Mar 10 20:21:15 2006 UTC
# Line 20  function textimage_captchachallenge(&$fo Line 20  function textimage_captchachallenge(&$fo
20    $form['captcha_response'] = array (    $form['captcha_response'] = array (
21      '#type' => 'textfield',      '#type' => 'textfield',
22      '#title' => t('Captcha Validation'),      '#title' => t('Captcha Validation'),
23      '#defaultvalue' => '',      '#default_value' => '',
24      '#required' => TRUE,      '#required' => TRUE,
25      '#validate' => array('_captcha_validate' => array()),      '#validate' => array('_captcha_validate' => array()),
26      '#description' => t('Please type in the letters/numbers that are shown in the image above.'),      '#description' => t('Please type in the letters/numbers that are shown in the image above.'),

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.2