uninstall hook, dropping unknown user_delete table

toemaz - March 16, 2008 - 20:42
Project:User Delete
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:sanduhrs
Status:closed
Description

The user delete install file implements the uninstall hook and drops a table which doesn't exist. At least, I don't see it being made in the install hook.

<?php
function user_delete_uninstall() {
 
db_query('DROP TABLE {user_delete}');
}
?>

I guess this can be removed.

#1

sanduhrs - July 18, 2008 - 09:15
Assigned to:Anonymous» sanduhrs
Status:active» fixed

Commited to HEAD, 5-dev.
Thanks.

#2

Anonymous (not verified) - August 1, 2008 - 09:17
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.