Missing uninstall hook

thekevinday - May 21, 2009 - 21:21
Project:DataSync
Version:6.x-1.0-alpha1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

andrewlevine - May 29, 2009 - 12:39
Priority:critical» normal

Thanks for the report, will get to this as soon as I can

#2

gashev - May 30, 2009 - 11:15
Status:active» fixed

#3

gashev - May 30, 2009 - 11:27
Status:fixed» active

#4

andrewlevine - July 16, 2009 - 19:17
Status:active» fixed

committed to DRUPAL-6--1

#5

System Message - July 30, 2009 - 19:20
Status:fixed» closed

Automatically closed -- issue fixed for 2 weeks with no activity.

 
 

Drupal is a registered trademark of Dries Buytaert.