= 50002 && ! PMA_DRIZZLE) { $tabs[] =& $tab_routines; } if (PMA_MYSQL_INT_VERSION >= 50106 && ! PMA_DRIZZLE) { // Temporarily hiding this unfinished feature // $tabs[] =& $tab_events; } if (PMA_MYSQL_INT_VERSION >= 50002 && ! PMA_DRIZZLE) { // Temporarily hiding this unfinished feature // $tabs[] =& $tab_triggers; } } if (PMA_Tracker::isActive()) { $tabs[] =& $tab_tracking; } if (! $db_is_information_schema) { if ($cfgRelation['designerwork']) { $tabs[] =& $tab_designer; } } $url_params['db'] = $db; echo PMA_generate_html_tabs($tabs, $url_params); unset($tabs); /** * Displays a message */ if (!empty($message)) { PMA_showMessage($message); unset($message); } ?>