summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-22 15:48:54 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-22 15:48:54 +0000
commit6c590f25efec7abf2053f1acab4939a65762ed88 (patch)
treec6d24a9701674c494952ed6a27931be274354418 /modules
parent2e2700e06e720680c0a7fbf53fb42b321c6226c7 (diff)
downloadbrdo-6c590f25efec7abf2053f1acab4939a65762ed88.tar.gz
brdo-6c590f25efec7abf2053f1acab4939a65762ed88.tar.bz2
#212233 follow-up by catch: Remove some left-over code after removing SQL status report.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index d0246fbc8..bce67a59e 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -109,12 +109,6 @@ function system_requirements($phase) {
}
}
- // Test DB version
- global $db_type;
- if (function_exists('db_status_report')) {
- $requirements += db_status_report($phase);
- }
-
// Test settings.php file writability
if ($phase == 'runtime') {
$conf_dir = drupal_verify_install_file(conf_path(), FILE_NOT_WRITABLE, 'dir');