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 |
Jump to:
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
Commited to HEAD, 5-dev.
Thanks.
#2
Automatically closed -- issue fixed for two weeks with no activity.