Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-05-07 13:25:45 +02:00
commit 2c9104203e
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ require_once 'libraries/common.inc.php';
* Gets the variables sent or posted to this script, then displays headers
*/
$print_view = true;
define('PMA_DISPLAY_HEADING', 0);
require_once 'libraries/header.inc.php';
PMA_checkParameters(array('db'));

View File

@ -16,6 +16,7 @@ require 'libraries/tbl_common.inc.php';
* Gets the variables sent or posted to this script, then displays headers
*/
$print_view = true;
define('PMA_DISPLAY_HEADING', 0);
if (! isset($selected_tbl)) {
include_once 'libraries/header.inc.php';
}