updated synonyms to 1.4
This commit is contained in:
@@ -99,8 +99,10 @@ function synonyms_update_7101() {
|
||||
*/
|
||||
function synonyms_update_7102() {
|
||||
$field = field_info_field('synonyms_synonyms');
|
||||
$field['locked'] = FALSE;
|
||||
field_update_field($field);
|
||||
if ($field !== NULL) {
|
||||
$field['locked'] = FALSE;
|
||||
field_update_field($field);
|
||||
}
|
||||
|
||||
db_create_table('synonyms_settings', array(
|
||||
'description' => 'Stores synonyms settings for all the entities and fields. Only enabled synonyms behaviors are included in this table.',
|
||||
|
Reference in New Issue
Block a user