diff options
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index 122bd2e71..510283dfc 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -3,6 +3,11 @@ /** * Test and report Drupal installation requirements. + * + * @param $phase + * The current system installation phase. + * @return + * An array of system requirements. */ function system_requirements($phase) { $requirements = array(); @@ -243,7 +248,6 @@ function system_requirements($phase) { return $requirements; } - /** * Implementation of hook_install(). */ |