Code Duplication    Length = 2-2 lines in 2 locations

ecrire/req/pg.exp.php 1 location

@@ 1404-1405 (lines=2) @@
1401
	if (@$GLOBALS['meta']['charset_sql_base']) {
1402
		$character_set .= " CHARACTER SET " . $GLOBALS['meta']['charset_sql_base'];
1403
	}
1404
	if (@$GLOBALS['meta']['charset_collation_sql_base']) {
1405
		$character_set .= " COLLATE " . $GLOBALS['meta']['charset_collation_sql_base'];
1406
	}
1407
1408
	foreach ($champs as $k => $v) {

ecrire/req/mysql.php 1 location

@@ 672-673 (lines=2) @@
669
	if (@$GLOBALS['meta']['charset_sql_base']) {
670
		$character_set .= " CHARACTER SET " . $GLOBALS['meta']['charset_sql_base'];
671
	}
672
	if (@$GLOBALS['meta']['charset_collation_sql_base']) {
673
		$character_set .= " COLLATE " . $GLOBALS['meta']['charset_collation_sql_base'];
674
	}
675
676
	foreach ($champs as $k => $v) {