/**
 * Implementation of hook_uninstall().
 */
function job_queue_uninstall() {
  db_query('DROP TABLE {job_queue}');
  db_query('DROP TABLE {job_queue_functions}');
} 

Comments

drumm’s picture

Status: Needs review » Closed (won't fix)

Already fixed in Drupal 6.