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');
}
?>
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