diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-12-31 13:43:32 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-12-31 13:43:32 +0000 |
commit | 20907a82750f495cb6adc85e8f8fecbfcde3b8fa (patch) | |
tree | bdee8639ac657fa7c2ceff5259ef9aa7a56ed23b /modules/system/system.install | |
parent | f1c869288166fd3f935393a9cfc3fddd52cd0bdc (diff) | |
download | brdo-20907a82750f495cb6adc85e8f8fecbfcde3b8fa.tar.gz brdo-20907a82750f495cb6adc85e8f8fecbfcde3b8fa.tar.bz2 |
- Rollback MySQL requirement check.
Diffstat (limited to 'modules/system/system.install')
-rw-r--r-- | modules/system/system.install | 2 |
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 |