# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: /home/sbatman/workspace-alla3/seodev/branches/motook/seodev12/modules/contrib/nodewords/nodewords_tokens
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: nodewords_tokens.module
--- nodewords_tokens.module Base (BASE)
+++ nodewords_tokens.module Locally Modified (Based On LOCAL)
@@ -188,11 +188,11 @@
 
   switch ($type) {
     case 'global':
-      $value = nodewords_unique_values(variable_get('metatags_extra_global_keywords_1', ''));
+      $value = nodewords_unique_values(variable_get('nodewords_global_keywords_1', ''));
       $values['metatags-global-keywords-1-raw'] = $value;
       $values['metatags-global-keywords-1'] = check_plain($value);
 
-      $value = nodewords_unique_values(variable_get('metatags_extra_global_keywords_2', ''));
\ No newline at end of file
+      $value = nodewords_unique_values(variable_get('nodewords_global_keywords_2', ''));
\ No newline at end of file
       $values['metatags-global-keywords-2-raw'] = $value;
       $values['metatags-global-keywords-2'] = check_plain($value);
 
