Code Duplication    Length = 5-5 lines in 2 locations

ecrire/public/composer.php 2 locations

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