Closed (fixed)
Project:
Share
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Feb 2009 at 13:08 UTC
Updated:
6 Apr 2009 at 17:20 UTC
Seems the share_link_codes database is not dropped on uninstall:
/**
* Implementation of hook_uninstall
*/
function link_codes_uninstall() {
db_query("DROP TABLE IF EXISTS {share_link_codes}");
}
Comments
Comment #1
psynaptic commentedComment #2
greenskin commentedThanks, committed.