Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2012 at 16:27 UTC
Updated:
17 Mar 2012 at 16:30 UTC
Despite recently tacking efforts not to, nodewords still stores information in user.data. This actually isn't nodewords fault but the fact that user_save makes no sense. unsetting a field will not actually remove it from a users' data array you actually have to set it to null.
Attached is a patch the actually sets the value to null and has a db update that removes the fields from old users.
| Comment | File | Size | Author |
|---|---|---|---|
| nodewords-remote-user-data-fields.patch | 2.09 KB | neclimdul |
Comments
Comment #1
damienmckennaLooks good, thanks for the fix.