bug #3042706 [pmadb] Relations, bookmarks, etc deleted after table drop
This commit is contained in:
@@ -106,7 +106,10 @@ if (empty($GLOBALS['is_header_sent'])) {
|
||||
$GLOBALS['strDatabase'],
|
||||
's_db.png');
|
||||
|
||||
if (strlen($GLOBALS['table'])) {
|
||||
// if the table is being dropped, $_REQUEST['purge'] is set
|
||||
// (it always contains "1")
|
||||
// so do not display the table name in upper div
|
||||
if (strlen($GLOBALS['table']) && ! (isset($_REQUEST['purge']))) {
|
||||
require_once './libraries/tbl_info.inc.php';
|
||||
|
||||
echo $separator;
|
||||
|
Reference in New Issue
Block a user