From 6cb277926fbfbe2b7f0308710a8a9a5b18abb074 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 25 Jan 2010 21:32:44 +0000 Subject: - Patch #563106 by adrian, David_Rothstein: more upgrade path fixes to help contrib updates make progress. --- modules/node/node.install | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/node/node.install') diff --git a/modules/node/node.install b/modules/node/node.install index 7fe280de2..26296facb 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -437,6 +437,7 @@ function node_update_7005() { * Convert body and teaser from node properties to fields, and migrate status/comment/promote and sticky columns to the {node_revision} table. */ function node_update_7006(&$context) { + // @todo Remove when http://drupal.org/node/211182 is fixed. taxonomy_update_7002(); $context['#finished'] = 0; -- cgit v1.2.3