From 4d0bcf38f17f06182275f22954cacc50519a704c Mon Sep 17 00:00:00 2001 From: Rouslan Placella Date: Tue, 19 Jun 2012 10:46:45 +0100 Subject: [PATCH] Fixed ajax-loaded tracking pages --- db_tracking.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/db_tracking.php b/db_tracking.php index 1fe59d71a4..80ea2d08f9 100644 --- a/db_tracking.php +++ b/db_tracking.php @@ -18,10 +18,8 @@ $scripts->addFile('db_structure.js'); /** * If we are not in an Ajax request, then do the common work and show the links etc. */ -if ($GLOBALS['is_ajax_request'] != true) { - include 'libraries/db_common.inc.php'; - $url_query .= '&goto=tbl_tracking.php&back=db_tracking.php'; -} +include 'libraries/db_common.inc.php'; +$url_query .= '&goto=tbl_tracking.php&back=db_tracking.php'; // Get the database structure $sub_part = '_structure';