diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-05 18:57:05 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-05 18:57:05 +0000 |
commit | a9eaef759286bc475142b17261c86ca32de12ebd (patch) | |
tree | f2cd0cea6816ebdd19a6b91c32f366982a8acbc9 /modules/node/node.install | |
parent | 57fe0ca1e97d42579c8031ceabaacd145b2eca04 (diff) | |
download | brdo-a9eaef759286bc475142b17261c86ca32de12ebd.tar.gz brdo-a9eaef759286bc475142b17261c86ca32de12ebd.tar.bz2 |
#361277 follow-up by yched: Fix return value of update function.
Diffstat (limited to 'modules/node/node.install')
-rw-r--r-- | modules/node/node.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/node/node.install b/modules/node/node.install index ecbb7acd3..9ec782dea 100644 --- a/modules/node/node.install +++ b/modules/node/node.install @@ -425,6 +425,8 @@ function node_update_7004() { } // Delete old variable but leave 'teaser_length' for aggregator module upgrade. variable_del('node_preview'); + + return array(); } /** |