Fixed ajax-loaded tracking pages
This commit is contained in:
parent
993db13788
commit
4d0bcf38f1
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user