Fixed ajax-loaded tracking pages

This commit is contained in:
Rouslan Placella 2012-06-19 10:46:45 +01:00
parent 993db13788
commit 4d0bcf38f1

View File

@ -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';