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
|
@@ 669-670 (lines=2) @@
|
| 666 |
|
$s = ''; |
| 667 |
|
|
| 668 |
|
$character_set = ""; |
| 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']; |