Subversion Repositories eFlore/Applications.cel

Rev

Rev 798 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 798 Rev 1141
Line 75... Line 75...
75
							'		ON (coi.coi_ce_image = cim.ci_id_image) '.
75
							'		ON (coi.coi_ce_image = cim.ci_id_image) '.
76
							'WHERE ci.id IN ('.implode(',', $obsIds).') ';
76
							'WHERE ci.id IN ('.implode(',', $obsIds).') ';
77
				$infos = $this->executerRequete($requete);
77
				$infos = $this->executerRequete($requete);
Line 78... Line 78...
78
				
78
				
-
 
79
				foreach ($infos as $info) {
79
				foreach ($infos as $info) {
80
					if(is_numeric($info['ci_id_image'])) {
-
 
81
						$ids[$info['id']][] = (int) $info['ci_id_image'];
80
					$ids[$info['id']][] = (int) $info['ci_id_image'];
82
					}
81
				}
83
				}
82
			}
84
			}
83
		}
85
		}
84
		return $ids;
86
		return $ids;