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

@@ 684-685 (lines=2) @@
681
	if (@$GLOBALS['meta']['charset_sql_base']) {
682
		$character_set .= " CHARACTER SET " . $GLOBALS['meta']['charset_sql_base'];
683
	}
684
	if (@$GLOBALS['meta']['charset_collation_sql_base']) {
685
		$character_set .= " COLLATE " . $GLOBALS['meta']['charset_collation_sql_base'];
686
	}
687
688
	foreach ($champs as $k => $v) {