You are here

function pmnote_update_7104 in Drupal PM (Project Management) 7.3

Same name and namespace in other branches
  1. 8 pmnote/pmnote.install \pmnote_update_7104()
  2. 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);
  }
}