Revision 560c3060
Added by Julien Enselme about 9 years ago
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 |
/** |
Also available in: Unified diff
Update ctools 1.7 -> 1.9