Download & Extend

uninstall hook, dropping unknown user_delete table

Project:User Delete
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:sanduhrs
Status:closed (fixed)

Issue Summary

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.

Comments

#1

Assigned to:Anonymous» sanduhrs
Status:active» fixed

Commited to HEAD, 5-dev.
Thanks.

#2

Status:fixed» closed (fixed)

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

nobody click here