You are here

function pmticket_update_7101 in Drupal PM (Project Management) 7

Allow pm to override the default Ticket content type CRUD permissions

File

pmticket/pmticket.install, line 271
Installation functions for the Project Management project module

Code

function pmticket_update_7101() {
  variable_set('node_permissions_pmticket', 0);
  return 'PM Ticket permissions overridden';
}