Revision 56aebcb7
Added by Assos Assos about 8 years ago
drupal7/sites/all/modules/entityreference/entityreference.install | ||
---|---|---|
41 | 41 |
} |
42 | 42 |
|
43 | 43 |
// Invoke the behaviors to allow them to change the schema. |
44 |
module_load_include('module', 'entityreference'); |
|
44 | 45 |
foreach (entityreference_get_behavior_handlers($field) as $handler) { |
45 | 46 |
$handler->schema_alter($schema, $field); |
46 | 47 |
} |
... | ... | |
161 | 162 |
'not null' => TRUE, |
162 | 163 |
)); |
163 | 164 |
} |
164 |
} |
|
165 |
} |
Also available in: Unified diff
Weekly update of contrib modules