You are here

function search_files_update_6200 in Search Files 7.2

Same name and namespace in other branches
  1. 6.2 search_files.install \search_files_update_6200()

File

./search_files.install, line 35
Installation and update procedures for the search_files module.

Code

function search_files_update_6200() {
  $ret = array();
  return $ret;
}