get("export_type") == "simple") { header('Pragma: public'); header('Content-type: application/csv'); header('Content-Disposition: attachment;filename="action-gestion.csv"',FALSE); echo $follow->export_csv($_GET); } /* * export follow up full : comments * Mantis task #0002035 */ if ( $http->get("export_type") == "detail") { echo $follow->export_csv_detail($_GET); } exit(); ?>