get('ck',"string", 0); if ($ck == 0) { echo _("Aucune sélection"); exit(); } $anc=new Document_Export(); $task_id=$http->request("task_id"); $progress=new Progress_Bar($task_id); $anc->export_all($ck,$progress);