Error: Call to undefined function db_fetch_object() in /path/sites/all/modules/nodeformsettings/nodeformsettings.install, line 35

hook_uninstall() needs to be ported to D7

Comments

dwieeb’s picture

Issue summary: View changes

removing my specific path

jenlampton’s picture

Issue summary: View changes
Status: Active » Fixed

This is what I see today:

/**
 * Implements hook_uninstall().
 */
function nodequeue_uninstall() {
  // Remove our variables.
  $variables = array(
    'nodequeue_use_tab',
    'nodequeue_tab_name',
    'nodequeue_autocomplete_limit',
    'nodequeue_view_per_queue',
  );
  foreach ($variables as $variable) {
    variable_del($variable);
  }
}
jenlampton’s picture

Status: Fixed » Closed (outdated)

better status.