Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1506 Rev 1507
Line 238... Line 238...
238
		} 
238
		} 
Line 239... Line 239...
239
		
239
		
Line 240... Line 240...
240
		$where = str_replace('WHERE AND', 'WHERE', $where);
240
		$where = str_replace('WHERE AND', 'WHERE', $where);
-
 
241
		
-
 
242
		// Gestion du from en fonction des paramêtres
-
 
243
		if (isset($p['str-d'])) {// ATTENTION : Remplace $from, doit être situé en première position!
-
 
244
			$from = 'FROM coel_structure '.
241
		
245
					'	LEFT JOIN coel_collection ON (cs_id_structure = cc_ce_structure) ';
242
		// Gestion du from en fonction des paramêtres
246
		}
243
		if (isset($p['sci'])) {
247
		if (isset($p['sci'])) {
244
			$from .= '	LEFT JOIN coel_structure_valorisation ON (cs_id_structure = csv_id_structure) ';
248
			$from .= '	LEFT JOIN coel_structure_valorisation ON (cs_id_structure = csv_id_structure) ';
245
		}
249
		}