Subversion Repositories eFlore/Applications.del

Rev

Rev 1960 | Rev 1968 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1960 Rev 1962
Line 438... Line 438...
438
				$sous_requete_score_prop_votees = $this->getSousRequeteSommeVotesPropositions();
438
				$sous_requete_score_prop_votees = $this->getSousRequeteSommeVotesPropositions();
439
				$this->addWhere('masque.type', 
439
				$this->addWhere('masque.type', 
440
						'('.
440
						'('.
441
							'do.id_observation IN ('.
441
							'do.id_observation IN ('.
442
								'SELECT dc.ce_observation FROM del_commentaire dc WHERE dc.proposition_retenue = 0'.
442
								'SELECT dc.ce_observation FROM del_commentaire dc WHERE dc.proposition_retenue = 0'.
443
								' OR ( '.
443
								' AND ( '.
444
									'dc.proposition_initiale = 1 '.
444
									'dc.proposition_initiale = 1 '.
445
									'AND dc.nom_sel_nn != 0 '.
445
									'AND dc.nom_sel_nn != 0 '.
446
									'AND dc.nom_sel_nn IS NOT NULL '.
446
									'AND dc.nom_sel_nn IS NOT NULL '.
447
									'AND dc.id_commentaire IN ('.$sous_requete_score_prop_votees.' < 4) '.
447
									'AND dc.id_commentaire IN ('.$sous_requete_score_prop_votees.' < 4) '.
448
								') '.
448
								') '.