This line should not be commented out.

This commit is contained in:
Michal Čihař 2005-11-28 20:49:46 +00:00
parent 517a567298
commit 19b4f9ff24
2 changed files with 2 additions and 1 deletions

View File

@ -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 <cybot_tm@users.sourceforge.net>
* libraries/Theme.class.php, libraries/Theme_Manager.class.php:

View File

@ -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');
}
}