You are here

function pathauto_patterns_cleanup in Patterns 7

Same name and namespace in other branches
  1. 7.2 patterns_components/components/pathauto.inc \pathauto_patterns_cleanup()

File

patterns_components/components/pathauto.inc, line 203

Code

function pathauto_patterns_cleanup($action, $tag, &$data = NULL) {
  unset($_POST['op']);
  return patterns_results();
}