Uncommented hidden navigation links

This commit is contained in:
Rouslan Placella 2011-06-22 14:31:09 +01:00
parent 238f52a7e9
commit 4cbef2bdf6
2 changed files with 5 additions and 8 deletions

View File

@ -125,12 +125,10 @@ if (! $db_is_information_schema) {
$tabs[] =& $tab_routines;
}
if (PMA_MYSQL_INT_VERSION >= 50106 && ! PMA_DRIZZLE) {
// Temporarily hiding this unfinished feature
// $tabs[] =& $tab_events;
$tabs[] =& $tab_events;
}
if (PMA_MYSQL_INT_VERSION >= 50002 && ! PMA_DRIZZLE) {
// Temporarily hiding this unfinished feature
// $tabs[] =& $tab_triggers;
$tabs[] =& $tab_triggers;
}
}
if (PMA_Tracker::isActive()) {

View File

@ -98,10 +98,9 @@ if(PMA_Tracker::isActive()) {
$tabs['tracking']['link'] = 'tbl_tracking.php';
}
if (! $db_is_information_schema && PMA_MYSQL_INT_VERSION >= 50002 && ! PMA_DRIZZLE) {
// Temporarily hiding this unfinished feature
// $tabs['triggers']['link'] = 'tbl_triggers.php';
// $tabs['triggers']['text'] = __('Triggers');
// $tabs['triggers']['icon'] = 'b_triggers.png';
$tabs['triggers']['link'] = 'tbl_triggers.php';
$tabs['triggers']['text'] = __('Triggers');
$tabs['triggers']['icon'] = 'b_triggers.png';
}
/**