Projet

Général

Profil

Révision ee46a8ed

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

Update date 7.x-2.9 -> 7.x-2.10-rc1

Voir les différences:

drupal7/sites/all/modules/date/date.module
443 443
      return 'date_plain';
444 444

  
445 445
    default:
446
      $format = date_format_type_format($format_type, $langcode);
446
      if ($format_type == 'custom') {
447
        $format = $settings['custom_date_format'];
448
      }
449
      else {
450
        $format = date_format_type_format($format_type, $langcode);
451
      }
447 452
      break;
448 453
  }
449 454

  

Formats disponibles : Unified diff