Subversion Repositories eFlore/Applications.coel

Rev

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

Rev 1721 Rev 1730
Line 244... Line 244...
244
				"cs_truk_identifiant_alternatif LIKE {$p['mots']}",
244
				"cs_truk_identifiant_alternatif LIKE {$p['mots']}",
245
				"cs_condition_acces LIKE {$p['mots']}",
245
				"cs_condition_acces LIKE {$p['mots']}",
246
				"cs_condition_usage LIKE {$p['mots']}",
246
				"cs_condition_usage LIKE {$p['mots']}",
247
				"cs_truk_telephone LIKE {$p['mots']}",
247
				"cs_truk_telephone LIKE {$p['mots']}",
248
				"cs_courriel LIKE {$p['mots']}",
248
				"cs_courriel LIKE {$p['mots']}",
249
				"cs_truk_url LIKE {$p['mots']}") . ')');
249
				"cs_truk_url LIKE {$p['mots']}")) . ')';
250
		}
250
		}
Line 251... Line 251...
251
 
251
 
252
		if (isset($p['sci'])) {
252
		if (isset($p['sci'])) {
253
			if ($p['sci'] === true) {
253
			if ($p['sci'] === true) {