You are here

function wsfields_install in Web Service Data 7

Implements hook_install().

File

modules/wsfields/wsfields.install, line 13
Install file for wsfields

Code

function wsfields_install() {
  variable_set('wsfields_min_expire', 300);
}