1 drupal.inc | drupal_load_updates() |
Loads .install files for installed modules to initialize the update system.
Deprecated
since 1.0.0
See also
Related topics
File
- core/
includes/ drupal.inc, line 1857 - Contains constants and function wrappers for Drupal 7.x compatibility.
Code
function drupal_load_updates() {
watchdog_deprecated_function('drupal', __FUNCTION__);
backdrop_load_updates();
}