Projet

Général

Profil

Révision 7b2d1845

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/webform.tokens.inc
29 29
    'description' => t('The security token used to gain access to this webform submission.'),
30 30
  );
31 31
  $info['tokens']['submission']['date'] = array(
32
    'name' => t('Date submitted'),
33
    'description' => t('The date the webform was first save as draft or completed.'),
32
    'name' => t('Date created'),
33
    'description' => t('The date the webform submission was first saved, either as a draft or completed.'),
34 34
    'type' => 'date',
35 35
  );
36 36
  $info['tokens']['submission']['completed_date'] = array(
37 37
    'name' => t('Date completed'),
38
    'description' => t('The date the webform was first completed (not draft).'),
38
    'description' => t('The date the webform submission was completed (no longer a draft).'),
39 39
    'type' => 'date',
40 40
  );
41 41
  $info['tokens']['submission']['modified_date'] = array(
42 42
    'name' => t('Date modified'),
43
    'description' => t('The date the webform was last saved (draft or completed).'),
43
    'description' => t('The date the webform submission was last saved, either as a draft or completed.'),
44 44
    'type' => 'date',
45 45
  );
46 46
  $info['tokens']['submission']['ip-address'] = array(

Formats disponibles : Unified diff