Projet

Général

Profil

Révision 560c3060

Ajouté par Julien Enselme il y a plus de 8 ans

Update ctools 1.7 -> 1.9

Voir les différences:

drupal7/sites/all/modules/ctools/includes/uuid.inc
25 25
 * Generates an universally unique identifier using the PECL extension.
26 26
 */
27 27
function _ctools_uuid_generate_pecl() {
28
  return uuid_create(UUID_TYPE_DEFAULT);
28
  $uuid_type = UUID_TYPE_DEFAULT;
29
  return uuid_create($uuid_type);
29 30
}
30 31

  
31 32
/**

Formats disponibles : Unified diff