function pmteam_update_7103 in Drupal PM (Project Management) 7.2
Same name and namespace in other branches
- 8 pmteam/pmteam.install \pmteam_update_7103()
- 7.3 pmteam/pmteam.install \pmteam_update_7103()
Migrate PM Team nodes to field_api fields.
File
- pmteam/
pmteam.install, line 89 - Install, uninstall and update functions for the PM Team module.
Code
function pmteam_update_7103(&$sandbox) {
module_load_include('inc', 'pmteam', 'includes/pmteam.migrate');
if (pmteam_migrate_update_could_be_performed()) {
return pmteam_migrate($sandbox);
}
}