Closed (fixed)
Project:
Util
Version:
6.x-3.0
Component:
Top Buttons
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Dec 2010 at 14:56 UTC
Updated:
12 Jan 2011 at 15:00 UTC
This is very minor, but there's a typo in the code for top_buttons.install at line 22:
DELETE FROM {variables} should be DELETE FROM {variable}
resulting in an error message when uninstalling the module and the variable table not being cleaned up properly.
The same typo is in 6.x-3.x-dev
Comments
Comment #1
nancydruDuh! Thanks for catching this.
Committed to 6.x-3.x-dev.
Comment #2
nancydru