diff --git a/ChangeLog b/ChangeLog index 1454ae919f..46a2daa50b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ $Source$ * Documentation.html: Add anchors to configuration directives. * libraries/sqlparser.lib.php: Do not use functions not supported by older PHP (bug #1367782). + * libraries/string.lib.php: This line should not be commented out. 2005-11-28 Sebastian Mendel * libraries/Theme.class.php, libraries/Theme_Manager.class.php: diff --git a/libraries/string.lib.php b/libraries/string.lib.php index 5d4b3cc0fd..76329e14e0 100644 --- a/libraries/string.lib.php +++ b/libraries/string.lib.php @@ -17,7 +17,7 @@ /* Try to load mbstring, unless we're using buggy php version */ if (PMA_PHP_INT_VERSION != 40203) { if (!@extension_loaded('mbstring')) { - //PMA_dl('mbstring'); + PMA_dl('mbstring'); } }