diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/constants.php | 1 | ||||
-rw-r--r-- | include/dblayer/functions_mysql.inc.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/constants.php b/include/constants.php index eb4611f32..db55673b4 100644 --- a/include/constants.php +++ b/include/constants.php @@ -30,7 +30,6 @@ define('PHPWG_THEMES_PATH', $conf['themes_dir'].'/'); // Required versions define('REQUIRED_PHP_VERSION', '5.0.0'); -define('REQUIRED_MYSQL_VERSION', '4.1.22'); // Access codes define('ACCESS_FREE', 0); diff --git a/include/dblayer/functions_mysql.inc.php b/include/dblayer/functions_mysql.inc.php index c21c697ae..437d603bd 100644 --- a/include/dblayer/functions_mysql.inc.php +++ b/include/dblayer/functions_mysql.inc.php @@ -22,6 +22,7 @@ // +-----------------------------------------------------------------------+ define('DB_ENGINE', 'MySQL'); +define('REQUIRED_MYSQL_VERSION', '5.0.0'); define('DB_REGEX_OPERATOR', 'REGEXP'); define('DB_RANDOM_FUNCTION', 'RAND'); |