You are here

function pm_attribute_list_filter_reset in Drupal PM (Project Management) 7

Reset function for attribute list filter.

1 string reference to 'pm_attribute_list_filter_reset'
pm_attribute_list_filter in ./pm.admin.inc
Defines form for attribute list filter.

File

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

Code

function pm_attribute_list_filter_reset($form, &$form_state) {
  unset($_SESSION['pmattribute_list_filter']);
}