function purl_uninstall in Persistent URL 6
Same name and namespace in other branches
- 7 purl.install \purl_uninstall()
Implementation of hook_uninstall().
File
- ./
purl.install, line 17
Code
function purl_uninstall() {
drupal_uninstall_schema('purl');
}