diff --git a/ChangeLog b/ChangeLog index 889ae657d..5c9fa7039 100755 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,8 @@ $Source$ tbl_properties_table_info.php, libraries/mysql_charsets.lib.php: Added ability to set / alter collations for databases, tables and fields. * tbl_alter.php: Charset information got lost when changing fields. + * libraries/common.lib.php, libraries/mysql_wrappers.lib.php: + Removed mysql_wrappers library. 2004-04-16 Marc Delisle * lang/french update diff --git a/libraries/common.lib.php b/libraries/common.lib.php index d39ec038b..c1325bc9a 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -145,13 +145,6 @@ if ($cfg['FileRevision'][0] < 2 || ($cfg['FileRevision'][0] == 2 && $cfg['FileRe */ require_once('./libraries/select_lang.lib.php'); -if ($is_minimum_common == FALSE) { - /** - * Include MySQL wrappers (discounted). - */ - require_once('./libraries/mysql_wrappers.lib.php'); -} - /** * Gets constants that defines the PHP version number. * This include must be located physically before any code that needs to diff --git a/libraries/mysql_wrappers.lib.php b/libraries/mysql_wrappers.lib.php deleted file mode 100644 index 216eadfe8..000000000 --- a/libraries/mysql_wrappers.lib.php +++ /dev/null @@ -1,136 +0,0 @@ -