Closed (fixed)
Project:
Form Builder
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Aug 2007 at 17:22 UTC
Updated:
3 Dec 2008 at 20:08 UTC
The following function can be added in the formbuilder.install file to allow the uninstall of the module :
/**
* Implementation of hook_uninstall().
*/
function formbuilder_uninstall() {
// Drop database table
db_query('DROP TABLE {formbuilder_form}');
// Delete variables
}
Comments
Comment #1
quicksketchClosing to clean out the queue for the new Drupal 6 project.