constant SCHEMA_INSTALLED in Drupal 5
Same name and namespace in other branches
- 4 includes/install.inc \SCHEMA_INSTALLED
- 6 includes/install.inc \SCHEMA_INSTALLED
- 7 includes/install.inc \SCHEMA_INSTALLED
2 uses of SCHEMA_INSTALLED
- drupal_install_modules in includes/
install.inc - Calls the install function and updates the system table for a given list of modules.
- drupal_install_profile in includes/
install.inc - Install a profile (i.e. a set of modules) from scratch. The profile must be verified first using drupal_verify_profile().
File
- includes/
install.inc, line 4
Code
define('SCHEMA_INSTALLED', 0);