diff --git a/ChangeLog b/ChangeLog index 250759444..6d2a64e0f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ $Source$ * libraries/charset_conversion.lib.php3: remove the "@" before dl() because multithreaded servers don't support dl(), and we want to see the error message, thanks to /Leblanc + * header.inc.php3: js error with OmniWeb, thanks to Loic 2002-07-14 Marc Delisle diff --git a/header.inc.php3 b/header.inc.php3 index 206e1fb9f..f16f3bb50 100755 --- a/header.inc.php3 +++ b/header.inc.php3 @@ -133,7 +133,7 @@ $title .= (empty($title) ? '' : ' - ') . 'phpMyAdmin ' . PMA_VERSION;