Correction de la date dans les logs
This commit is contained in:
parent
95228ea6a6
commit
00a71e2c70
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user