From 9429182dcffa03ea708948bf70a1914ca72d05f2 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 30 Nov 2005 15:07:53 +0000 Subject: [PATCH] removed references to defines.lib.php --- libraries/common.lib.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 92aea60f8..ef8b2332d 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -20,7 +20,6 @@ * #0031 definition of functions LABEL_definition_of_functions * #2300 parsing of the config file label_parsing_config_file * #2331 loading language file label_loading_language_file - * - load of the libraries/defines.lib.php library label_defines * - load of mysql extension (if necessary) label_loading_mysql * - loading of an authentication library label_ * - db connection @@ -2460,13 +2459,6 @@ require_once('./libraries/grab_globals.lib.php'); $GLOBALS['PMA_errors'] = array(); -/** - * Gets constants that defines the PHP version number. - * This include must be located physically before any code that needs to - * reference the constants, else PHP 3.0.16 won't be happy. - */ -require_once('./libraries/defines.lib.php'); - /******************************************************************************/ /* parsing config file label_parsing_config_file */