diff options
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" + */ |