Uncommented hidden navigation links
This commit is contained in:
parent
238f52a7e9
commit
4cbef2bdf6
@ -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()) {
|
||||
|
||||
@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user