443 |
ddelon |
1 |
-- Réglages parametres langues
|
|
|
2 |
UPDATE `gen_i18n` SET `gi_ce_pays` = 'FR', `gi_jeu_de_caracteres` = 'iso-8859-1' WHERE `gi_id_i18n` = 'fr';
|
|
|
3 |
UPDATE `gen_i18n` SET `gi_ce_pays` = 'UK', `gi_jeu_de_caracteres` = 'iso-8859-1' WHERE `gi_id_i18n` = 'en';
|
465 |
ddelon |
4 |
|
|
|
5 |
-- Eventuellement (pour afficher nom prenom sur annuaire interne)
|
|
|
6 |
UPDATE `gen_site_auth_bdd` SET `gsab_parametres` = 'chp_personne_prenom=ga_prenom chp_personne_nom=ga_nom' WHERE `gsab_id_auth_bdd` =1
|
466 |
ddelon |
7 |
|
|
|
8 |
-- Application projet
|
|
|
9 |
INSERT INTO `gen_application`
|
|
|
10 |
VALUES ( 16, 'Projets-forums', 'Application de gestion de projets et de listes de discussion associée.\r\n\r\nLes arguments :\r\nvue=liste/arbre', 'client/projet/projet.php', 0 )
|