diff options
-rw-r--r-- | modules/system/system.install | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modules/system/system.install b/modules/system/system.install index a58e855ad..5042efbef 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -6,12 +6,7 @@ */ /** - * Test and report Drupal installation requirements. - * - * @param $phase - * The current system installation phase. - * @return - * An array of system requirements. + * Implements hook_requirements(). */ function system_requirements($phase) { global $base_url; |