updated date pathauto addressfield honeypot features modules

This commit is contained in:
Bachir Soussi Chiadmi
2015-10-12 12:03:12 +02:00
parent 0ba0c21bb9
commit eb699f528d
109 changed files with 5363 additions and 2372 deletions

View File

@@ -7,9 +7,9 @@ hidden = TRUE
dependencies[] = ctools
dependencies[] = addressfield
; Information added by Drupal.org packaging script on 2015-04-23
version = "7.x-1.1"
; Information added by Drupal.org packaging script on 2015-10-07
version = "7.x-1.2"
core = "7.x"
project = "addressfield"
datestamp = "1429819382"
datestamp = "1444254070"

View File

@@ -3552,8 +3552,6 @@ function addressfield_form_ch_postal_code_validation($element, &$form_state, &$f
if (!empty($element['#value']) && (isset($data[$element['#value']]))) {
// Get the base #parents for this address form.
$base_parents = array_slice($element['#parents'], 0, -1);
$base_array_parents = array_slice($element['#array_parents'], 0, -2);
$city = $data[$element['#value']];
// Set the new values in the form.