Subversion Repositories Applications.papyrus

Rev

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

Rev 954 Rev 970
Line 19... Line 19...
19
// |                                                                                                      |
19
// |                                                                                                      |
20
// | You should have received a copy of the GNU General Public License                                    |
20
// | You should have received a copy of the GNU General Public License                                    |
21
// | along with Foobar; if not, write to the Free Software                                                |
21
// | along with Foobar; if not, write to the Free Software                                                |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
22
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                            |
23
// +------------------------------------------------------------------------------------------------------+
23
// +------------------------------------------------------------------------------------------------------+
24
// CVS : $Id: adwi_wikini.fonct.php,v 1.9 2006-09-21 14:18:06 florian Exp $
24
// CVS : $Id: adwi_wikini.fonct.php,v 1.10 2006-10-05 08:56:12 florian Exp $
25
/**
25
/**
26
* Contient les fonctions de l'application gestion des Wikini
26
* Contient les fonctions de l'application gestion des Wikini
27
*
27
*
28
* 
28
* 
29
* 
29
* 
Line 33... Line 33...
33
//Auteur original :
33
//Auteur original :
34
*@author        David Delon <david.delon@tela-botanica.org>
34
*@author        David Delon <david.delon@tela-botanica.org>
35
//Autres auteurs :
35
//Autres auteurs :
36
*@author        Aucun
36
*@author        Aucun
37
*@copyright     Tela-Botanica 2000-2004
37
*@copyright     Tela-Botanica 2000-2004
38
*@version       $Revision: 1.9 $
38
*@version       $Revision: 1.10 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 181... Line 181...
181
 * @return int id_wikini_bdd
181
 * @return int id_wikini_bdd
182
 */
182
 */
Line 183... Line 183...
183
 
183
 
184
 
-
 
185
function insertion ($valeur, &$db) {
184
 
186
	
185
function insertion ($valeur, &$db) {	
187
	// Calcul dernier identifiant
186
	// Calcul dernier identifiant
188
    $id_wikini_bdd = SQL_obtenirNouveauId ($db, 'gen_wikini', 'gewi_id_wikini') ;
187
    $id_wikini_bdd = SQL_obtenirNouveauId ($db, 'gen_wikini', 'gewi_id_wikini') ;
189
    $requete = "insert into gen_wikini set gewi_id_wikini ="
188
    $requete = "insert into gen_wikini set gewi_id_wikini ="
Line 417... Line 416...
417
 
416
 
418
 
417
 
419
/* +--Fin du code ----------------------------------------------------------------------------------------+
418
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
419
*
-
 
420
* $Log: not supported by cvs2svn $
-
 
421
* Revision 1.9  2006/09/21 14:18:06  florian
420
*
422
* changement du wiki de base (ajout du gestionnaire d'extension), amélioration de l'intégrateur wiki
421
* $Log: not supported by cvs2svn $
423
*
422
* Revision 1.8  2006/07/19 13:55:01  ddelon
424
* Revision 1.8  2006/07/19 13:55:01  ddelon
423
* Bug suppression de Wiki
425
* Bug suppression de Wiki
424
*
426
*