Correction retour preg_match

This commit is contained in:
Michael RICOIS 2015-01-19 14:49:52 +00:00
parent 6942aa4d44
commit 78e285c8fb

View File

@ -70,8 +70,8 @@ if ($opts->source == 'extranet')
$filetime = date('YmdHis', filectime($pathSend.'/'.$filename));
$siren = $t[1];
$cloture = $t[2];
$format = $t[3];
$format = $t[2];
$cloture = $t[3];
$duree = $t[4];
$confidentiel = $t[5];
$userId = $t[6];