Hi,

Just found several entries in the system table in my database after disable and unistall the module. Is something missing in the uninstall?

Comments

sevi’s picture

I just uninstalled the module and found one entry in the database that holds some basic information about DraggableViews (name, path, type=module,...).
I guess this is just normal.

As far as I know the uninstall works as it should: All database tables disappear.

cels’s picture

Version: 6.x-3.2 » 6.x-3.3

But system table and variable table holds information after uninstall the module. For system table, the module system_table_cleaner do the job, but not for variable table.

The variable 'draggableviews_repaired_msg' should unset for a clean uninstall.

draggableviews.install

function draggableviews_uninstall() {
  drupal_uninstall_schema('draggableviews');
  variable_del('draggableviews_repaired_msg');
}
sevi’s picture

Status: Active » Fixed

Thanks,
committed to DRUPAL-6--3 branch: http://drupal.org/cvs?commit=312648

Greetings,
sevi

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.