Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2009 at 17:59 UTC
Updated:
18 Oct 2009 at 21:40 UTC
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
Comment #1
avpadernoNodewords doesn't use such variables anymore.
I changed the uninstall function so that it removes also that variables, when nodewords.module is uninstalled.
Comment #2
hass commentedMake sure this var is removed via an update hook if no longer used. Uninstall is the wrong way for outdated variables
Comment #3
avpadernoI 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.