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,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