You are here

function pm_attribute_add in Drupal PM (Project Management) 7

Callback for attribute add page.

1 string reference to 'pm_attribute_add'
pm_menu in ./pm.module
Implements hook_menu().

File

./pm.admin.inc, line 334
List functions for the Project Management module.

Code

function pm_attribute_add() {
  $attribute = new stdClass();
  return pm_attribute_form($attribute);
}