Code Duplication    Length = 2-2 lines in 2 locations

ecrire/public/criteres.php 2 locations

@@ 74-75 (lines=2) @@
71
	$boucle = &$boucles[$idb];
72
	$id = $boucle->primary;
73
74
	if ($not or !$id) {
75
		return (array('zbug_critere_inconnu', array('critere' => $not . $crit->op)));
76
	}
77
	$arg = kwote(calculer_argument_precedent($idb, $id, $boucles));
78
	$boucle->where[] = array("'!='", "'$boucle->id_table." . "$id'", $arg);
@@ 658-659 (lines=2) @@
655
				$boucle->order[$n - 1] .= " . " . $boucle->modificateur['collate'];
656
			}
657
		}
658
	} else {
659
		return (array('zbug_critere_inconnu', array('critere' => $crit->op . " " . count($boucles[$idb]->order))));
660
	}
661
}
662