Subversion Repositories Applications.papyrus

Rev

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

Rev 1490 Rev 1548
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: inscription.php,v 1.28 2007-06-26 09:32:32 neiluj Exp $
22
// CVS : $Id: inscription.php,v 1.29 2007-08-27 12:34:32 alexandre_tb Exp $
23
/**
23
/**
24
* Inscription
24
* Inscription
25
*
25
*
26
* Un module d'inscription, en general ce code est specifique a
26
* Un module d'inscription, en general ce code est specifique a
27
* un site web
27
* un site web
Line 30... Line 30...
30
//Auteur original :
30
//Auteur original :
31
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
31
*@author        Alexandre GRANIER <alexandre@tela-botanica.org>
32
//Autres auteurs :
32
//Autres auteurs :
33
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
33
*@author        Florian SCHMITT <florian@ecole-et-nature.org>
34
*@copyright     Tela-Botanica 2000-2007
34
*@copyright     Tela-Botanica 2000-2007
35
*@version       $Revision: 1.28 $ $Date: 2007-06-26 09:32:32 $
35
*@version       $Revision: 1.29 $ $Date: 2007-08-27 12:34:32 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 117... Line 117...
117
		}
117
		}
118
		$d->close();
118
		$d->close();
Line 119... Line 119...
119
		
119
		
120
    	$resultat = $GLOBALS['AUTH']->removeUser($GLOBALS['AUTH']->getUsername()) ;	
120
    	$resultat = $GLOBALS['AUTH']->removeUser($GLOBALS['AUTH']->getUsername()) ;	
121
        if (PEAR::isError($resultat)) {
121
        if (PEAR::isError($resultat)) {
122
        	die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
122
        	return ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
Line 123... Line 123...
123
        }
123
        }
124
        
124
        
Line 304... Line 304...
304
}
304
}
Line 305... Line 305...
305
 
305
 
306
/* +--Fin du code ----------------------------------------------------------------------------------------+
306
/* +--Fin du code ----------------------------------------------------------------------------------------+
307
*
307
*
-
 
308
* $Log: not supported by cvs2svn $
-
 
309
* Revision 1.28  2007-06-26 09:32:32  neiluj
-
 
310
* debug inscription (warnings) et adaptation php5
308
* $Log: not supported by cvs2svn $
311
*
309
* Revision 1.27  2007-06-25 09:59:03  alexandre_tb
312
* Revision 1.27  2007-06-25 09:59:03  alexandre_tb
310
* ajout de carte_google, mise en place des templates avec api/formulaire, configuration de multiples inscriptions, ajout de modele pour les mails
313
* ajout de carte_google, mise en place des templates avec api/formulaire, configuration de multiples inscriptions, ajout de modele pour les mails
311
*
314
*
312
* Revision 1.26  2007-06-01 15:11:00  alexandre_tb
315
* Revision 1.26  2007-06-01 15:11:00  alexandre_tb