Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2470 → Rev 2477

/branches/v2.8-houe/jrest/bibliotheque/GestionImage.php
114,7 → 114,7
private function construireRequeteInsertionImage($informations_image) {
$infos = array(
'date_creation' => 'NOW()',
'date_modification' => 'NULL');
'date_modification' => 'NOW()');
foreach ($informations_image as $champ => $valeur) {
$infos[$champ] = is_null($valeur) ? 'NULL' : Cel::db()->proteger($valeur);
}