Subversion Repositories Applications.projet

Compare Revisions

Ignore whitespace Rev 158 → Rev 159

/trunk/documentation/projet_v0.24.sql
15,7 → 15,7
`p_type` smallint(5) unsigned NOT NULL default '0',
`p_modere` tinyint(3) unsigned NOT NULL default '0',
PRIMARY KEY (`p_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
);
 
 
 
166,7 → 166,7
`pt_i18n` varchar(5) NOT NULL default '',
`pt_template` text NOT NULL,
PRIMARY KEY (`pt_id_template`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
);
 
#
# Contenu de la table `projet_template`
174,4 → 174,4
 
INSERT INTO `projet_template` VALUES (1, 'fr-FR', 'L\'utilisateur {nom} {prenom} souhaite être inscrit au projet {nom_projet} dont vous êtes modérateur.\r\nCliquez sur le lien suivant pour modérer son inscription.\r\n{lien}\r\n');