Subversion Repositories Applications.papyrus

Rev

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

Rev 832 Rev 857
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.6 2006-04-28 12:41:26 florian Exp $
24
// CVS : $Id: adwi_wikini.fonct.php,v 1.7 2006-06-02 09:12:16 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.6 $
38
*@version       $Revision: 1.7 $
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
40
*/
40
*/
Line 41... Line 41...
41
 
41
 
42
// +------------------------------------------------------------------------------------------------------+
42
// +------------------------------------------------------------------------------------------------------+
Line 172... Line 172...
172
}
172
}
Line 173... Line 173...
173
 
173
 
174
/**
174
/**
175
 *
175
 *
176
 * C du CRUD
176
 * C du CRUD
177
 * @return
177
 * @return int id_wikini_bdd
Line 178... Line 178...
178
 */
178
 */
Line 179... Line 179...
179
 
179
 
180
 
-
 
181
function insertion ($valeur, &$db) {
180
 
182
	
181
function insertion ($valeur, &$db) {
183
	// Calcul dernier identifiant
182
	
184
	
183
	// Calcul dernier identifiant
185
    $id_wikini_bdd = SQL_obtenirNouveauId ($db, 'gen_wikini', 'gewi_id_wikini') ;
184
    $id_wikini_bdd = SQL_obtenirNouveauId ($db, 'gen_wikini', 'gewi_id_wikini') ;
Line 416... Line 415...
416
 
415
 
417
 
416
 
418
/* +--Fin du code ----------------------------------------------------------------------------------------+
417
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
418
*
-
 
419
* $Log: not supported by cvs2svn $
-
 
420
* Revision 1.6  2006/04/28 12:41:26  florian
419
*
421
* corrections erreurs chemin
420
* $Log: not supported by cvs2svn $
422
*
421
* Revision 1.5  2005/09/28 16:29:39  ddelon
423
* Revision 1.5  2005/09/28 16:29:39  ddelon
422
* Merge modification projet
424
* Merge modification projet
423
*
425
*