diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-02 17:26:40 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2011-01-02 17:26:40 +0000 |
commit | 7264290ea8117a9b65d181e55b7d36658c04ecbb (patch) | |
tree | 73d4eb4f745ae45421d8072ce4def9a50155061a /modules/system/system.install | |
parent | d30dd0617ef725ec8744b4cf56c7e159f10039b6 (diff) | |
download | brdo-7264290ea8117a9b65d181e55b7d36658c04ecbb.tar.gz brdo-7264290ea8117a9b65d181e55b7d36658c04ecbb.tar.bz2 |
#987384 by h_peter, jhodgdon: Fixed Topics/groups in D7 need cleanup
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index c0796027b..eb6d01736 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1718,8 +1718,9 @@ function system_update_dependencies() { } /** - * @defgroup updates-6.x-to-7.x System updates from 6.x to 7.x + * @defgroup updates-6.x-to-7.x Updates from 6.x to 7.x * @{ + * Update functions from 6.x to 7.x. */ /** |