security update for uuid xmlsitemap file_field_path

This commit is contained in:
2018-10-13 16:01:24 +02:00
parent f7ae17e6c4
commit a163542966
109 changed files with 5458 additions and 1952 deletions

View File

@@ -0,0 +1,14 @@
<?php
/**
* @file
* UUID module installation functions.
*/
/**
* Implements hook_uninstall().
*/
function uuid_services_uninstall() {
variable_del('uuid_services_support_all_entity_types');
variable_del('uuid_services_allowed_media_mimes');
}