diff --git a/ChangeLog b/ChangeLog index 45f72b1f2..69629b6a5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2004-10-20 Marc Delisle + * libraries/common.lib.php: there was already a tip icon in our collection, + thanks to Michael Keck + 2004-10-20 Michal Čihař * lang/czech: Update. * tbl_relation.php: Backquote table name (bug #1050441). diff --git a/libraries/common.lib.php b/libraries/common.lib.php index 426cf7365..d39f51f78 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -556,7 +556,7 @@ if ($is_minimum_common == FALSE) { */ function PMA_showHint($hint_message) { - return '' . $hint_message . ''; + return '' . $hint_message . ''; } /**