You are here

function services_update_6003 in Services 6.2

File

./services.install, line 90
Install, uninstall and update the module.

Code

function services_update_6003() {
  $ret = array();
  drupal_install_modules(array(
    'services_keyauth',
  ));
  variable_set('services_auth_module', 'services_keyauth');
  return $ret;
}