From f2ca29071fe33603cf22f1603a3e6a61ee9c0814 Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Mon, 26 Mar 2007 06:48:36 +0000 Subject: [PATCH] - Patch #105853 by killes: move minumum version defines. --- modules/system/system.install | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/system/system.install b/modules/system/system.install index d942b71d07ef..e4223a9f83f0 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -1,11 +1,6 @@ <?php // $Id$ -define('DRUPAL_MINIMUM_PHP', '4.3.3'); -define('DRUPAL_MINIMUM_MYSQL', '4.1.0'); // If using MySQL -define('DRUPAL_MINIMUM_PGSQL', '7.4'); // If using PostgreSQL -define('DRUPAL_MINIMUM_APACHE', '1.3'); // If using Apache - /** * Test and report Drupal installation requirements. */ -- GitLab