diff --git a/tbl_addfield.php b/tbl_addfield.php index 69252e6eb7..ce8735e8db 100644 --- a/tbl_addfield.php +++ b/tbl_addfield.php @@ -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 */