Hi there

The statement in the _uninstall() "DELETE FROM variable WHERE name LIKE 'tableofcontents_%'" is missing the {} aroung "variable", otherwise it throws an error if the Drupal tables have a prefix. Correct statement:

DELETE FROM {variable} WHERE name LIKE 'tableofcontents_%'

Regards Jens

Comments

AlexisWilke’s picture

Title: tableofcontents.install: Missing {} around table » tableofcontents.install: Missing {} around table name
Status: Active » Fixed

Done, thank you.

Status: Fixed » Closed (fixed)

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