selectDb($db); $path = PMA_securePath(ucfirst($export_type)); if (!file_exists('libraries/schema/' . $path . '_Relation_Schema.class.php')) { PMA_Export_Relation_Schema::dieSchema( $_POST['chpage'], $export_type, __('File doesn\'t exist') ); } require "libraries/schema/".$path.'_Relation_Schema.class.php'; $obj_schema = eval("new PMA_".$path."_Relation_Schema();");