table name should be displayed on top
This commit is contained in:
@@ -127,7 +127,7 @@ if (!$GLOBALS['is_ajax_request']) {
|
||||
// if the table is being dropped, $_REQUEST['purge'] is set
|
||||
// (it always contains "1")
|
||||
// so do not display the table name in upper div
|
||||
} elseif (strlen($GLOBALS['table']) && ! (isset($_REQUEST['purge']))) {
|
||||
if (strlen($GLOBALS['table']) && ! (isset($_REQUEST['purge']))) {
|
||||
require_once './libraries/tbl_info.inc.php';
|
||||
|
||||
echo $separator;
|
||||
@@ -175,6 +175,7 @@ if (!$GLOBALS['is_ajax_request']) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
echo '</div>';
|
||||
}
|
||||
/**
|
||||
|
Reference in New Issue
Block a user