summaryrefslogtreecommitdiff
path: root/modules/system/system.install
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-12-31 13:43:32 +0000
committerDries Buytaert <dries@buytaert.net>2006-12-31 13:43:32 +0000
commit20907a82750f495cb6adc85e8f8fecbfcde3b8fa (patch)
treebdee8639ac657fa7c2ceff5259ef9aa7a56ed23b /modules/system/system.install
parentf1c869288166fd3f935393a9cfc3fddd52cd0bdc (diff)
downloadbrdo-20907a82750f495cb6adc85e8f8fecbfcde3b8fa.tar.gz
brdo-20907a82750f495cb6adc85e8f8fecbfcde3b8fa.tar.bz2
- Rollback MySQL requirement check.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r--modules/system/system.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.install b/modules/system/system.install
index f5b638892..c21aec25c 100644
--- a/modules/system/system.install
+++ b/modules/system/system.install
@@ -2,7 +2,7 @@
// $Id$
define('DRUPAL_MINIMUM_PHP', '4.3.3');
-define('DRUPAL_MINIMUM_MYSQL', '4.0.0'); // If using MySQL
+define('DRUPAL_MINIMUM_MYSQL', '3.23.17'); // If using MySQL
define('DRUPAL_MINIMUM_PGSQL', '7.3'); // If using PostgreSQL
define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache