You are here

function dynamic_banner_admin_search_form_reset in Dynamic Banner 7

reset search form

1 string reference to 'dynamic_banner_admin_search_form_reset'
dynamic_banner_admin_search_form in includes/callbacks.inc
Get form for search

File

includes/callbacks.inc, line 327
Dynamic Banner Admin Pages and various other functions to make them work Most of the code in this file was derived from path module

Code

function dynamic_banner_admin_search_form_reset($form, &$form_state) {
  drupal_goto(current_path());
}