Code Duplication    Length = 4-4 lines in 2 locations

ecrire/action/editer_objet.php 2 locations

@@ 95-98 (lines=4) @@
92
	include_spip('inc/modifier');
93
94
	$champ_date = '';
95
	if (isset($desc['date']) and $desc['date']) {
96
		$champ_date = $desc['date'];
97
	} elseif (isset($desc['field']['date'])) {
98
		$champ_date = 'date';
99
	}
100
101
	$white = array_keys($desc['field']);
@@ 313-316 (lines=4) @@
310
	$sel[] = (isset($desc['field']['statut']) ? "statut" : "'' as statut");
311
312
	$champ_date = '';
313
	if (isset($desc['date']) and $desc['date']) {
314
		$champ_date = $desc['date'];
315
	} elseif (isset($desc['field']['date'])) {
316
		$champ_date = 'date';
317
	}
318
319
	$sel[] = ($champ_date ? "$champ_date as date" : "'' as date");