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.