From 270b42c219c8fb3cf197cd9b2f20aa81178ead48 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 23 Sep 2007 15:31:30 +0000 Subject: [PATCH] obsolete comments --- libraries/common.inc.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libraries/common.inc.php b/libraries/common.inc.php index 1f7d76082..92e879d69 100644 --- a/libraries/common.inc.php +++ b/libraries/common.inc.php @@ -8,9 +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: @@ -28,8 +25,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$ */