You are here

function services_install in Services 7.3

Same name and namespace in other branches
  1. 5 services.install \services_install()
  2. 6.3 services.install \services_install()
  3. 6 services.install \services_install()
  4. 6.2 services.install \services_install()
  5. 7 services.install \services_install()

Implements hook_install().

File

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

Code

function services_install() {
  $ret = array();

  //Set our security update to true since it wont need to be displayed

  //on the status report page
  variable_set('services_security_update_1', TRUE);
}