Subversion Repositories Applications.papyrus

Rev

Rev 466 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 466 Rev 786
Line 5... Line 5...
5
-- Eventuellement (pour afficher nom prenom sur annuaire interne)
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
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
Line 7... Line 7...
7
 
7
 
8
-- Application projet
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 ) 
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 ) 
-
 
11
INSERT INTO `gen_application` VALUES (17, 'Annuaire (Back-office)', 'Application affichant le back-office de l''annuaire.', 'client/bottin/annuaire_backoffice.php', 0);