Closed (fixed)
Project:
DataSync
Version:
6.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2009 at 21:21 UTC
Updated:
30 Jul 2009 at 19:20 UTC
This seems to be missing from the datasync.install file.
Or at least something like it.
<?php
/**
* Implementation of hook_uninstall().
*/
function datasync_uninstall() {
drupal_uninstall_schema('datasync');
}
?>
Comments
Comment #1
andrewlevine commentedThanks for the report, will get to this as soon as I can
Comment #2
gashev commentedComment #3
gashev commentedComment #4
andrewlevine commentedcommitted to DRUPAL-6--1