|
|
@@ -130,11 +130,11 @@ if (core::ifPost("from") AND core::getPost("from") == $name["files"]) {
|
|
|
json::create("excel-proweb");
|
|
|
json::create($name["json"]);
|
|
|
|
|
|
- historique::recRef("/proweb-export-csv.html");
|
|
|
+ historique::recRef("/proweb-historique-excel.html");
|
|
|
historique::add(array(
|
|
|
"idType" => historique::getIdRef("ACTION"),
|
|
|
"idUser" => session::getId(),
|
|
|
- "idPage" => historique::getIdRef("/proweb-export-csv.html"),
|
|
|
+ "idPage" => historique::getIdRef("/proweb-historique-excel.html"),
|
|
|
"log" => "Import du fichier " . $_FILES[$name["files"]]['name']
|
|
|
));
|
|
|
|