diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-09-13 05:50:09 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-09-13 05:50:09 +0000 |
commit | 413008b8909370514096cdc8a5fc186f5babd234 (patch) | |
tree | 5068c96d3751e3486e7af0cdfdc3092083c6b5ce /includes | |
parent | 163808d2f1f5b16999ec427a153188e9a67b596a (diff) | |
download | brdo-413008b8909370514096cdc8a5fc186f5babd234.tar.gz brdo-413008b8909370514096cdc8a5fc186f5babd234.tar.bz2 |
#898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the upgrade path: comment.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/update.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/includes/update.inc b/includes/update.inc index 6b700700c..ff7fc696c 100644 --- a/includes/update.inc +++ b/includes/update.inc @@ -1315,3 +1315,16 @@ function update_retrieve_dependencies() { return $return; } +/** + * @defgroup update-api-6.x-to-7.x Update versions of API functions. + * @{ + * Functions similar to normal API function but not firing hooks. + * + * During update, it is impossible to judge the consequences of firing a hook + * as it might hit a module not yet updated. So simplified versions of some + * core APIs are provided. + */ + +/** + * @} End of "defgroup update-api-6.x-to-7.x" + */ |