Code Duplication    Length = 5-5 lines in 2 locations

ecrire/public/composer.php 2 locations

@@ 425-429 (lines=5) @@
422
		unset($balise_generique);
423
	}
424
425
	if (!$fonction_balise) {
426
		$msg = array('zbug_balise_inexistante', array('from' => 'CVT', 'balise' => $nom));
427
		erreur_squelette($msg, $context_compil);
428
429
		return '';
430
	}
431
432
	// retrouver le fichier qui a déclaré la fonction
@@ 465-469 (lines=5) @@
462
			if (!_DIR_RESTREINT) {
463
				$file = _DIR_RESTREINT_ABS . $file;
464
			}
465
		} else {
466
			$msg = array('zbug_balise_inexistante', array('from' => 'CVT', 'balise' => $nom));
467
			erreur_squelette($msg, $context_compil);
468
469
			return '';
470
		}
471
	}
472