exportStoreXml(); //Suppression des tables temporaires $res=pmb_mysql_query("SHOW TABLES LIKE '".session_id()."%'"); while($row=pmb_mysql_fetch_array($res)){ pmb_mysql_query("DROP TABLE ".$row[0]); } return $contenuRdf; } } ?>