From 26d96b8fc088d00cd7463dfe8c8d8e574e101ab9 Mon Sep 17 00:00:00 2001 From: Sebastian Mendel Date: Wed, 17 Oct 2007 13:33:32 +0000 Subject: [PATCH] make use of PMA_Message --- libraries/header.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/header.inc.php b/libraries/header.inc.php index f7324bfa5..363d7cc18 100644 --- a/libraries/header.inc.php +++ b/libraries/header.inc.php @@ -53,7 +53,7 @@ if (empty($GLOBALS['is_header_sent'])) { // note: here, the decoration won't work because without cookies, // our standard CSS is not operational if (empty($_COOKIE)) { - echo '
' . $GLOBALS['strCookiesRequired'] . '
' . "\n"; + PMA_Message::notice('strCookiesRequired')->display(); } if (!defined('PMA_DISPLAY_HEADING')) {