ecrire/req/pg.exp.php 1 location
|
@@ 1401-1402 (lines=2) @@
|
| 1398 |
|
$s = ''; |
| 1399 |
|
|
| 1400 |
|
$character_set = ""; |
| 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']; |
ecrire/req/mysql.php 1 location
|
@@ 681-682 (lines=2) @@
|
| 678 |
|
$s = ''; |
| 679 |
|
|
| 680 |
|
$character_set = ""; |
| 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']; |