do not try to display a tab that was not built

This commit is contained in:
Marc Delisle
2009-08-22 11:22:50 +00:00
parent 869571ee16
commit 15441ded5d
233 changed files with 76811 additions and 2473 deletions

View File

@@ -101,6 +101,16 @@ require_once './libraries/Theme_Manager.class.php';
*/
require_once './libraries/Config.class.php';
/**
* the relation lib, tracker needs it
*/
require_once './libraries/relation.lib.php';
/**
* the PMA_Tracker class
*/
require_once './libraries/Tracker.class.php';
/**
* the PMA_Table class
*/
@@ -982,4 +992,4 @@ if (!empty($__redirect) && in_array($__redirect, $goto_whitelist)) {
require $__redirect;
exit();
}
?>
?>