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';
/**