Index: xmlsitemap_taxonomy/xmlsitemap_taxonomy.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_taxonomy/Attic/xmlsitemap_taxonomy.install,v
retrieving revision 1.1.2.4
diff -u -p -r1.1.2.4 xmlsitemap_taxonomy.install
--- xmlsitemap_taxonomy/xmlsitemap_taxonomy.install	7 May 2009 19:46:50 -0000	1.1.2.4
+++ xmlsitemap_taxonomy/xmlsitemap_taxonomy.install	8 May 2009 13:02:53 -0000
@@ -354,7 +354,7 @@ function xmlsitemap_taxonomy_update_6113
   $result = db_query("SELECT name FROM {variable} WHERE name LIKE 'xmlsitemap\_term\_%'");
   while ($row = db_fetch_object($result)) {
     $new_name = preg_replace('/_term_/', '_taxonomy_', $row->name);
-    $ret[] = update_sql("UPDATE {variable} set name = '$new_name' WHERE name LIKE 'xmlsitemap\_taxonomy\_%'");
+    $ret[] = update_sql("UPDATE {variable} set name = '$new_name' WHERE name LIKE 'xmlsitemap\_term\_%'");
   }
   $ret[] = update_sql("UPDATE {xmlsitemap} set module = 'xmlsitemap_taxonomy' WHERE module = 'xmlsitemap_term'");
   return $ret;
