You are here

function pmnote_update_7101 in Drupal PM (Project Management) 7

Disable the default PM Note CRUD permissions so that they can be overridden.

File

pmnote/pmnote.install, line 81
Functions for the PM Note module.

Code

function pmnote_update_7101() {
  variable_set('node_permissions_pmnote', 0);
  return 'PM Note permissions overridden';
}