diff --git a/ChangeLog b/ChangeLog index 6c9aeb850..6fac46e93 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2003-07-07 Alexander M. Turek * libraries/common.lib.php3, libraries/config_import.lib.php3: Backwards compatibility. + * libraries/common.lib.php3: Dynamic loading of MySQL extension always failed. 2003-07-07 Garvin Hicking * tbl_change.php3: Fix undefined index for disp_query diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index af3545105..ac4270e59 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -41,7 +41,7 @@ if (!defined('PMA_COMMON_LIB_INCLUDED')) { * ... so the required order is: * * - parsing of the configuration file - * - first load of the libraries/define.lib.php3 library (won't get the + * - first load of the libraries/defines_php.lib.php3 library (won't get the * MySQL release number) * - load of mysql extension (if necessary) * - definition of PMA_sqlAddslashes() @@ -257,7 +257,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} } else { $extension = 'mysql'; } - PMA_dl($extension . $suffix); + PMA_dl($extension); } // check whether mysql is available