Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 1610 → Rev 1611

/trunk/jrest/services/CoelProjet.php
137,7 → 137,7
} catch (PDOException $e) {
$this->messages[] = sprintf($this->getTxt('sql_erreur'), $e->getFile(), $e->getLine(), $e->getMessage(), $requete);
}
$id_projet = $params['cpu_id_projet'] ;
$id_projet = $uid[0] ;
}
}