Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1760 Rev 1765
Line 239... Line 239...
239
			'lieu-stockage' => 'str',
239
			'lieu-stockage' => 'str',
240
			'zg' => 'str', 
240
			'zg' => 'str', 
241
			'p' => 'str', 
241
			'p' => 'str', 
242
			'pr' => 'int',
242
			'pr' => 'int',
243
			'str-d' => 'frdepliste',
243
			'str-d' => 'frdepliste',
244
			'veg' => 'int',
244
			'veg' => 'int'
245
			'projets' => 'int'
-
 
246
		);
245
		);
247
		return $this->pretraiterParametresUrl($param, $qs, $params_passes);
246
		return $this->pretraiterParametresUrl($param, $qs, $params_passes);
248
	}
247
	}
Line 249... Line 248...
249
 
248
 
Line 425... Line 424...
425
				}
424
				}
426
				$where[] = '('.implode(' OR ', $recherche).') ';
425
				$where[] = '('.implode(' OR ', $recherche).') ';
427
			}
426
			}
428
		}
427
		}
Line 429... Line -...
429
		
-
 
430
		if (isset($p['projets'])) {
-
 
431
			$where[] = "cc_ce_projet IN ({$p['projets']})";
-
 
432
			$where[] = "cs_ce_projet IN ({$p['projets']})";
-
 
433
		}
-
 
Line 434... Line 428...
434
		
428
		
435
 
429
 
436
		if (isset($p['sci'])) {
430
		if (isset($p['sci'])) {
437
			$join[] = 'LEFT JOIN coel_structure_valorisation ON (cs_id_structure = csv_id_structure)';
431
			$join[] = 'LEFT JOIN coel_structure_valorisation ON (cs_id_structure = csv_id_structure)';