From a017257c22068c69dc9043d7d0eb196c9649a025 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 20 Oct 2004 12:49:25 +0000 Subject: [PATCH] use already made icon for hint --- ChangeLog | 4 ++++ libraries/common.lib.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 . ''; } /**