constant already defined
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$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>
|
2006-01-19 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||||
* pdf_schema.php, db_details_qbe.php, libraries\display_tbl.lib.php,
|
* pdf_schema.php, db_details_qbe.php, libraries\display_tbl.lib.php,
|
||||||
libraries\export\htmlword.php, libraries\export\latex.php,
|
libraries\export\htmlword.php, libraries\export\latex.php,
|
||||||
|
4
main.php
4
main.php
@@ -5,7 +5,9 @@
|
|||||||
/**
|
/**
|
||||||
* Don't display the page heading
|
* 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
|
* Gets some core libraries and displays a top message if required
|
||||||
|
Reference in New Issue
Block a user