'', 'edit' => '', 'exec' => '', 'drop' => '', 'export' => '' ); $ajax_class = array( 'add' => 'class="ajax add_anchor"', 'edit' => 'class="ajax edit_anchor"', 'exec' => 'class="ajax exec_anchor"', 'drop' => 'class="ajax drop_anchor"', 'export' => 'class="ajax export_anchor"' ); /** * Create labels for the list */ $titles = PMA_Util::buildActionTitles(); /** * Keep a list of errors that occured while * processing an 'Add' or 'Edit' operation. */ $errors = array(); /** * Call the appropriate main function */ switch ($_PMA_RTE) { case 'RTN': PMA_RTN_main(); break; case 'TRI': PMA_TRI_main(); break; case 'EVN': PMA_EVN_main(); break; } ?>