Skip to content

Commit

Permalink
Fixed ajax-loaded tracking pages
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Oct 30, 2012
1 parent 993db13 commit 4d0bcf3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions db_tracking.php
Expand Up @@ -18,10 +18,8 @@
/**
* 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';
Expand Down

0 comments on commit 4d0bcf3

Please sign in to comment.