summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-03 23:33:15 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-03 23:33:15 +0000
commit5e52176157b9ff28a3af70f27ca7fc86c97219f6 (patch)
treeead7dcacf81252fa587ddec03de7c79934f2a138 /update.php
parentae28425926baf8d51c4883cdd1c164a6c4f8bb9f (diff)
downloadbrdo-5e52176157b9ff28a3af70f27ca7fc86c97219f6.tar.gz
brdo-5e52176157b9ff28a3af70f27ca7fc86c97219f6.tar.bz2
#864464 follow-up by David_Rothstein: Move notice about requiring latest version of Drupal so it only comes up the first time update.php is ran.
Diffstat (limited to 'update.php')
-rw-r--r--update.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/update.php b/update.php
index 0ade03cc2..a9bc48b8d 100644
--- a/update.php
+++ b/update.php
@@ -28,16 +28,6 @@ define('DRUPAL_ROOT', getcwd());
*/
define('MAINTENANCE_MODE', 'update');
-/**
- * Minimum schema version of Drupal 6 required for upgrade to Drupal 7.
- *
- * Upgrades from Drupal 6 to Drupal 7 require that Drupal 6 be running
- * the most recent version, or the upgrade could fail. We can't easily
- * check the Drupal 6 version once the update process has begun, so instead
- * we check the schema version of system.module in the system table.
- */
-define('REQUIRED_D6_SCHEMA_VERSION', '6055');
-
function update_selection_page() {
drupal_set_title('Drupal database update');
$elements = drupal_get_form('update_script_selection_form');