Variables should never use dashes as I know... I found this two in my DB:

nodewords-repeat
nodewords-use_front

Suggested fix:

nodewords_repeat
nodewords_use_front

Comments

avpaderno’s picture

Status: Active » Fixed

Nodewords doesn't use such variables anymore.
I changed the uninstall function so that it removes also that variables, when nodewords.module is uninstalled.

hass’s picture

Make sure this var is removed via an update hook if no longer used. Uninstall is the wrong way for outdated variables

avpaderno’s picture

I meant that I made the uninstallation code more generic to remove any Drupal variables leftover from previous versions of the code. I also added the code to explicitly remove the Drupal variables you reported.

Status: Fixed » Closed (fixed)

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