constant already defined

This commit is contained in:
Marc Delisle
2006-01-19 16:51:51 +00:00
parent c51a55ec79
commit c3a65a7792
2 changed files with 6 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2006-01-19 Marc Delisle <lem9@users.sourceforge.net>
* main.php: already defined constant
2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* pdf_schema.php, db_details_qbe.php, libraries\display_tbl.lib.php,
libraries\export\htmlword.php, libraries\export\latex.php,

View File

@@ -5,7 +5,9 @@
/**
* Don't display the page heading
*/
define('PMA_DISPLAY_HEADING', 0);
if (!defined('PMA_DISPLAY_HEADING')) {
define('PMA_DISPLAY_HEADING', 0);
}
/**
* Gets some core libraries and displays a top message if required