Subversion Repositories Applications.papyrus

Rev

Rev 1580 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1580 Rev 1582
Line 12... Line 12...
12
);
12
);
13
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
13
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
14
VALUES (
14
VALUES (
15
'22', 'Cartographie google associée au bottin', 'Cartographie google associée au bottin', 'client/bottin/annuaire.php', '0'
15
'22', 'Cartographie google associée au bottin', 'Cartographie google associée au bottin', 'client/bottin/annuaire.php', '0'
16
);
16
);
-
 
17
INSERT INTO `gen_application` ( `gap_id_application` , `gap_nom` , `gap_description` , `gap_chemin` , `gap_bool_applette` )
-
 
18
VALUES (
-
 
19
'23', 'Administration de l\'annuaire', '', 'client/bottin/annuaire_backoffice.php', '0'
-
 
20
);
17
-- 
21
-- 
18
-- Structure de la table `annuaire`
22
-- Structure de la table `annuaire`
19
-- 
23
-- 
20
CREATE TABLE `annuaire` (
24
CREATE TABLE `annuaire` (
21
  `a_id` int(11) unsigned NOT NULL default '0',
25
  `a_id` int(11) unsigned NOT NULL default '0',