You are here

function location_phone_uninstall in Location 6.3

Same name and namespace in other branches
  1. 5.3 contrib/location_phone/location_phone.install \location_phone_uninstall()

Implementation of hook_uninstall().

File

contrib/location_phone/location_phone.install, line 49
Installation routines.

Code

function location_phone_uninstall() {
  drupal_uninstall_schema('location_phone');
}