make use of PMA_Message

This commit is contained in:
Sebastian Mendel
2007-10-17 13:33:32 +00:00
parent ac6ae7ecf1
commit 26d96b8fc0

View File

@@ -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 '<div class="notice">' . $GLOBALS['strCookiesRequired'] . '</div>' . "\n";
PMA_Message::notice('strCookiesRequired')->display();
}
if (!defined('PMA_DISPLAY_HEADING')) {