Drupal: update module
This commit is contained in:
parent
29b86c1887
commit
ad0243e7b7
@ -24,7 +24,7 @@
|
|||||||
* Whether to show the cookie compliance banner.
|
* Whether to show the cookie compliance banner.
|
||||||
*/
|
*/
|
||||||
function hook_eu_cookie_compliance_geoip_match_alter(&$geoip_match) {
|
function hook_eu_cookie_compliance_geoip_match_alter(&$geoip_match) {
|
||||||
$geoip_match = FALSE;
|
$geoip_match['in_eu'] = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -4,8 +4,8 @@ core = 7.x
|
|||||||
configure = admin/config/system/eu-cookie-compliance
|
configure = admin/config/system/eu-cookie-compliance
|
||||||
dependencies[] = ctools
|
dependencies[] = ctools
|
||||||
|
|
||||||
; Information added by Drupal.org packaging script on 2020-10-21
|
; Information added by Drupal.org packaging script on 2020-11-28
|
||||||
version = "7.x-1.35"
|
version = "7.x-1.36"
|
||||||
core = "7.x"
|
core = "7.x"
|
||||||
project = "eu_cookie_compliance"
|
project = "eu_cookie_compliance"
|
||||||
datestamp = "1603297775"
|
datestamp = "1606569905"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user