You are here

function boost_update_6108 in Boost 6

Update 6108 - Create crawler key

File

./boost.install, line 1053
Handles Boost module installation and upgrade tasks.

Code

function boost_update_6108() {
  variable_set('boost_crawler_key', md5(mt_rand()));
  return array(
    array(
      'success' => TRUE,
      'query' => 'Crawler key generated.',
    ),
  );
}