Line 17... |
Line 17... |
17 |
// | |
|
17 |
// | |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
18 |
// | You should have received a copy of the GNU Lesser General Public |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
19 |
// | License along with this library; if not, write to the Free Software |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
20 |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
21 |
// +------------------------------------------------------------------------------------------------------+
|
22 |
// CVS : $Id: bazar.desinscription.inc.php,v 1.1 2005-09-29 16:14:17 alexandre_tb Exp $
|
22 |
// CVS : $Id: bazar.desinscription.inc.php,v 1.1.4.1 2007-03-07 16:53:45 jp_milcent Exp $
|
23 |
/**
|
23 |
/**
|
24 |
*
|
24 |
*
|
25 |
*@package bazar
|
25 |
*@package bazar
|
26 |
//Auteur original :
|
26 |
//Auteur original :
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
27 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
28 |
*@author Florian Schmitt <florian@ecole-et-nature.org>
|
29 |
//Autres auteurs :
|
29 |
//Autres auteurs :
|
30 |
*@copyright Tela-Botanica 2000-2005
|
30 |
*@copyright Tela-Botanica 2000-2005
|
31 |
*@version $Revision: 1.1 $
|
31 |
*@version $Revision: 1.1.4.1 $
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
32 |
// +------------------------------------------------------------------------------------------------------+
|
33 |
*/
|
33 |
*/
|
34 |
/* Ce programme est appelé depuis inscription.php et
|
34 |
/* Ce programme est appelé depuis inscription.php et
|
35 |
* se situe dans la fonction afficherContenuCorps()
|
35 |
* se situe dans la fonction afficherContenuCorps()
|
36 |
*/
|
36 |
*/
|
Line 41... |
Line 41... |
41 |
// +------------------------------------------------------------------------------------------------------+
|
41 |
// +------------------------------------------------------------------------------------------------------+
|
42 |
// | ENTETE du PROGRAMME |
|
42 |
// | ENTETE du PROGRAMME |
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
43 |
// +------------------------------------------------------------------------------------------------------+
|
Line 44... |
Line 44... |
44 |
|
44 |
|
45 |
// Suppression des entrée dans bazar_droits
|
45 |
// Suppression des entrée dans bazar_droits
|
46 |
$requete = 'delete from bazar_droits where bd_id_utilisateur='.$id_utilisateur ;
|
46 |
$requete = 'DELETE FROM bazar_droits WHERE bd_id_utilisateur='.$id_utilisateur ;
|
Line 47... |
Line 47... |
47 |
$resultat = $GLOBALS['ins_db']->query($requete) ;
|
47 |
$resultat = $GLOBALS['ins_db']->query($requete) ;
|
48 |
|
48 |
|
49 |
if (DB::isError($resultat)) {
|
49 |
if (DB::isError($resultat)) {
|
Line 54... |
Line 54... |
54 |
// +------------------------------------------------------------------------------------------------------+
|
54 |
// +------------------------------------------------------------------------------------------------------+
|
Line 55... |
Line 55... |
55 |
|
55 |
|
56 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
56 |
/* +--Fin du code ----------------------------------------------------------------------------------------+
|
57 |
*
|
57 |
*
|
- |
|
58 |
* $Log: not supported by cvs2svn $
|
- |
|
59 |
* Revision 1.1 2005/09/29 16:14:17 alexandre_tb
|
- |
|
60 |
* version initiale
|
58 |
* $Log: not supported by cvs2svn $
|
61 |
*
|
59 |
*
|
62 |
*
|
60 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
63 |
* +-- Fin du code ----------------------------------------------------------------------------------------+
|
61 |
*/
|
64 |
*/
|