Correction de la date dans les logs

This commit is contained in:
Michael RICOIS 2013-02-28 14:58:25 +00:00
parent 95228ea6a6
commit 00a71e2c70

View File

@ -244,7 +244,7 @@ class Pieces extends WsScore
$hostname.= ':'.$_SERVER['SERVER_PORT']; $hostname.= ':'.$_SERVER['SERVER_PORT'];
} }
$output = $hostname . '/fichier/associations/' . basename($dest); $output = $hostname . '/fichier/associations/' . basename($dest);
$dateClotureD = substr($dateCloture,0,2).'/'.substr($dateCloture,2,2).'/'.substr($dateCloture,4,4); $dateClotureD = substr($dateCloture,4,2).'/'.substr($dateCloture,6,2).'/'.substr($dateCloture,0,4);
$this->wsLog('greffe_bilans', $identifiant, 'Bilan association au '.$dateClotureD); $this->wsLog('greffe_bilans', $identifiant, 'Bilan association au '.$dateClotureD);
} }
} }