From 5c90ac9678e369db42a398724c16b9ae3f13e7ac Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 1 Jan 2008 13:14:34 +0000 Subject: [PATCH] remove older comments --- libraries/common.inc.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 2ca0e15d2..fc6ce8988 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -8,13 +8,6 @@ * * Order of sections for common.inc.php: * - * the include of libraries/defines_mysql.lib.php must be after the connection - * to db to get the MySql version - * - * the authentication libraries must be before the connection to db - * - * ... so the required order is: - * * LABEL_variables_init * - initialize some variables always needed * LABEL_parsing_config_file @@ -28,8 +21,6 @@ * - loading of an authentication library * - db connection * - authentication work - * - load of the libraries/defines_mysql.lib.php library to get the MySQL - * release number * * @version $Id$ */