You are here

function imagepicker_browse_search_form_reset in Image Picker 7

Same name and namespace in other branches
  1. 6.2 imagepicker.functions.inc \imagepicker_browse_search_form_reset()

Submit Reset button.

1 string reference to 'imagepicker_browse_search_form_reset'
imagepicker_browse_search_form in ./imagepicker.functions.inc
Function to display the image search form

File

./imagepicker.functions.inc, line 2454
@author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function imagepicker_browse_search_form_reset($form, &$form_state) {
  imagepicker_browse_search_form_reset_func(isset($form_state['values']['admin']) ? $form_state['values']['admin'] : FALSE);
}