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: projet.desinscription.inc.php,v 1.1 2006-03-21 14:05:23 alexandre_tb Exp $
|
22 |
// CVS : $Id: projet.desinscription.inc.php,v 1.2 2006-04-19 13:52:54 alexandre_tb Exp $
|
23 |
/**
|
23 |
/**
|
24 |
* Inscription
|
24 |
* Inscription
|
25 |
*
|
25 |
*
|
26 |
* Le fichier de désinscription de projet, appelé par l'inscription
|
26 |
* Le fichier de désinscription de projet, appelé par l'inscription
|
27 |
* en cas de désinscription d'un utilisateur
|
27 |
* en cas de désinscription d'un utilisateur
|
28 |
*
|
28 |
*
|
29 |
*@package projet
|
29 |
*@package projet
|
30 |
//Auteur original :
|
30 |
//Auteur original :
|
31 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
31 |
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
|
32 |
*@copyright Tela-Botanica 2000-2006
|
32 |
*@copyright Tela-Botanica 2000-2006
|
33 |
*@version $Revision: 1.1 $
|
33 |
*@version $Revision: 1.2 $
|
34 |
// +------------------------------------------------------------------------------------------------------+
|
34 |
// +------------------------------------------------------------------------------------------------------+
|
35 |
*/
|
35 |
*/
|
Line 36... |
Line 36... |
36 |
|
36 |
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
37 |
// +------------------------------------------------------------------------------------------------------+
|
Line 42... |
Line 42... |
42 |
// On se trouve dans la fonction afficherContenuCorps de inscription.php
|
42 |
// On se trouve dans la fonction afficherContenuCorps de inscription.php
|
Line 43... |
Line 43... |
43 |
|
43 |
|
- |
|
44 |
|
44 |
|
45 |
|
45 |
|
46 |
include_once 'client/projet/configuration/projet.config.inc.php' ;
|
Line 46... |
Line 47... |
46 |
include_once 'client/projet/configuration/projet.config.inc.php' ;
|
47 |
include_once PROJET_CHEMIN_CLASSES.'projet.class.php' ;
|