Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1974 → Rev 1975

/branches/v1.6-azote/services/modules/0.1/observations/VoteObservation.php
130,7 → 130,7
*/
private function creerPropositionDeterminationInitiale() {
$idProposition = $this->ressources[1];
if ($idProposition == 0) {
if ($idProposition === 0) {
$propositionExiste = $this->verifierExistencePropositionInitiale();
if ($propositionExiste === false) {
$idProposition = $this->creerPropositionInitiale();