You are here

function location_phone_uninstall in Location 5.3

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

Implementation of hook_uninstall().

File

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

Code

function location_phone_uninstall() {
  db_query('DROP TABLE {location_phone}');
}