function pmnote_update_7104 in Drupal PM (Project Management) 8
Same name and namespace in other branches
- 7.3 pmnote/pmnote.install \pmnote_update_7104()
- 7.2 pmnote/pmnote.install \pmnote_update_7104()
Migrate PM Note nodes to field_api fields.
File
- pmnote/
pmnote.install, line 61 - Functions for the PM Note module.
Code
function pmnote_update_7104(&$sandbox) {
module_load_include('inc', 'pmnote', 'includes/pmnote.migrate');
if (pmnote_migrate_update_could_be_performed()) {
return pmnote_migrate($sandbox);
}
}