You are here

drd_server_svn.install in Drupal Remote Dashboard Server 7.2

File

drd_server_svn.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function drd_server_svn_uninstall() {
  variable_del('drd_server_svn_enabled');
  variable_del('drd_server_svn_username');
  variable_del('drd_server_svn_password');
}

Functions

Namesort descending Description
drd_server_svn_uninstall Implements hook_uninstall().