You are here

function getlocations_search_block_defaults in Get Locations 7

Same name and namespace in other branches
  1. 7.2 modules/getlocations_search/getlocations_search.module \getlocations_search_block_defaults()
1 call to getlocations_search_block_defaults()
getlocations_search_block_get_var in modules/getlocations_search/getlocations_search.module
Load the getlocations_blocks variables array
1 string reference to 'getlocations_search_block_defaults'
_getlocations_search_settings_form in modules/getlocations_search/getlocations_search.admin.inc

File

modules/getlocations_search/getlocations_search.module, line 2018
getlocations_search.module @author Bob Hutchinson http://drupal.org/user/52366 @copyright GNU GPL

Code

function getlocations_search_block_defaults() {
  $defaults = getlocations_search_defaults();
  return $defaults;
}