updated date pathauto addressfield honeypot features modules
This commit is contained in:
@@ -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"
|
||||
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user