From 413008b8909370514096cdc8a5fc186f5babd234 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 13 Sep 2010 05:50:09 +0000 Subject: #898520 follow-up by Damien Tournoud, chx, David Rothstein: Clean-up the upgrade path: comment. --- includes/update.inc | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'includes') 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" + */ -- cgit v1.2.3