Projet

Général

Profil

Révision c5920ca5

Ajouté par Assos Assos il y a plus de 5 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/webform/components/textarea.inc
211 211
  $rows[0] = array(t('Left Blank'), ($submissions - $nonblanks));
212 212
  $rows[1] = array(t('User entered value'), $nonblanks);
213 213

  
214
  $other[] = array(t('Average submission length in words (ex blanks)'), ($nonblanks != 0 ? number_format($wordcount / $nonblanks, 2) : '0'));
214
  $other[] = array(
215
    t('Average submission length in words (ex blanks)'),
216
    $nonblanks != 0 ? number_format($wordcount / $nonblanks, 2) : '0',
217
  );
215 218

  
216 219
  return array(
217 220
    'table_rows' => $rows,

Formats disponibles : Unified diff