Posted by toemaz on March 16, 2008 at 8:42pm
Jump to:
| 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
Commited to HEAD, 5-dev.
Thanks.
#2
Automatically closed -- issue fixed for two weeks with no activity.