Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
2c9104203e
@ -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'));
|
||||
|
||||
@ -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';
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user