Enregistrement des fichiers IRIS

This commit is contained in:
Michael RICOIS 2011-10-18 09:36:38 +00:00
parent a716f6bace
commit f73a9e5d61

View File

@ -42,6 +42,9 @@ function getDocIris($codeCommune, $format='pdf', $force=0)
}
else
{
$fp = @fopen($fichier, "w");
@fwrite($fp, $body);
@fclose($fp);
return $page['body'];
}
}