Don't send table links in AJAX responses

This commit is contained in:
Rouslan Placella 2011-11-23 17:45:38 +00:00
parent dab7a58304
commit 06a3aea995

View File

@ -221,7 +221,9 @@ if ($abort == false) {
* Displays top menu links
*/
$active_page = 'tbl_structure.php';
include_once './libraries/tbl_links.inc.php';
if ($GLOBALS['is_ajax_request'] != true) {
include_once './libraries/tbl_links.inc.php';
}
/**
* Display the form
*/