Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Oct 2009 at 19:21 UTC
Updated:
2 Nov 2009 at 12:20 UTC
DEV does not fix the below upgrade bug. After global settings have been added back - the update hook need to upgrade all data and should not DELETE the settings!
function nodewords_update_6102() {
$ret[] = update_sql("DELETE FROM {variable} WHERE name = 'nodewords_global'");
drupal_set_message(t('The default meta tags values have been reset; you can change them in the <a href="@settings_page">module settings page</a>.', array('@settings_page' => url('admin/content/nodewords/global/default'))));
return $ret;
}
Comments
Comment #1
avpadernoComment #2
avpadernoThe code has been already changed, and committed in CVS.