You are here

function sqlsrv_uninstall in Drupal driver for SQL Server and SQL Azure 8.2

Same name and namespace in other branches
  1. 8 sqlsrv.install \sqlsrv_uninstall()

Implements hook_uninstall().

Remove cache directory if module is uninstalled.

File

./sqlsrv.install, line 19
Installation file for sqlsrv module.

Code

function sqlsrv_uninstall() {
}