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

quicksketch’s picture

Status: Needs work » Closed (fixed)

Closing to clean out the queue for the new Drupal 6 project.