Ignore some defines which configure what will be included.

This commit is contained in:
Michal Čihař
2008-11-24 10:07:49 +00:00
parent 37315b0c79
commit 6a638ee908
6 changed files with 13 additions and 4 deletions

View File

@@ -6,11 +6,15 @@
*/
/**
* requirements
* no need for variables importing
* @ignore
*/
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
define('PMA_NO_VARIABLES_IMPORT', true);
}
/**
* requirements
*/
require_once './libraries/common.inc.php';
/**

View File

@@ -8,7 +8,8 @@
*/
/**
*
* no need for variables importing
* @ignore
*/
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
define('PMA_NO_VARIABLES_IMPORT', true);

View File

@@ -8,7 +8,8 @@
*/
/**
*
* no need for variables importing
* @ignore
*/
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
define('PMA_NO_VARIABLES_IMPORT', true);

View File

@@ -6,7 +6,8 @@
*/
/**
*
* no need for variables importing
* @ignore
*/
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
define('PMA_NO_VARIABLES_IMPORT', true);

View File

@@ -7,6 +7,7 @@
/**
* Don't display the page heading
* @ignore
*/
define('PMA_DISPLAY_HEADING', 0);

View File

@@ -30,6 +30,7 @@
/**
* no need for variables importing
* @ignore
*/
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
define('PMA_NO_VARIABLES_IMPORT', true);