Subversion Repositories Applications.papyrus

Rev

Rev 466 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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`
786 alexandre_ 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 )
11
INSERT INTO `gen_application` VALUES (17, 'Annuaire (Back-office)', 'Application affichant le back-office de l''annuaire.', 'client/bottin/annuaire_backoffice.php', 0);