Posted by thekevinday on May 21, 2009 at 9:21pm
Jump to:
| Project: | DataSync |
| Version: | 6.x-1.0-alpha1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Thanks for the report, will get to this as soon as I can
#2
#3
#4
committed to DRUPAL-6--1
#5
Automatically closed -- issue fixed for 2 weeks with no activity.