diff options
author | David Rothstein <drothstein@gmail.com> | 2012-06-09 15:51:03 -0400 |
---|---|---|
committer | David Rothstein <drothstein@gmail.com> | 2012-06-09 15:51:03 -0400 |
commit | a12152309a64b5c3b9ea6a41e8da2baa9971f612 (patch) | |
tree | a6f27f9eced00ca14d8510be57e4d2e7588d968a /modules/node/node.install | |
parent | 4a60f552b4e03916c76bbc7aaea5bc3fa503e85d (diff) | |
download | brdo-a12152309a64b5c3b9ea6a41e8da2baa9971f612.tar.gz brdo-a12152309a64b5c3b9ea6a41e8da2baa9971f612.tar.bz2 |
Issue #1495648 by plach: Introduce entity language support.
Diffstat (limited to 'modules/node/node.install')
-rw-r--r-- | modules/node/node.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.install b/modules/node/node.install index 8505234a2..0955d4369 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -890,7 +890,7 @@ function node_update_7012() { ->execute(); // Switch field languages to LANGUAGE_NONE, since initially they were - // assigned $node->language. + // assigned the node language. foreach (array('field_data_body', 'field_revision_body') as $table) { db_update($table) ->fields(array('language' => LANGUAGE_NONE)) |