Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1547 → Rev 1548

/trunk/client/bottin/inscription.php
19,7 → 19,7
// | License along with this library; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: inscription.php,v 1.28 2007-06-26 09:32:32 neiluj Exp $
// CVS : $Id: inscription.php,v 1.29 2007-08-27 12:34:32 alexandre_tb Exp $
/**
* Inscription
*
32,7 → 32,7
//Autres auteurs :
*@author Florian SCHMITT <florian@ecole-et-nature.org>
*@copyright Tela-Botanica 2000-2007
*@version $Revision: 1.28 $ $Date: 2007-06-26 09:32:32 $
*@version $Revision: 1.29 $ $Date: 2007-08-27 12:34:32 $
// +------------------------------------------------------------------------------------------------------+
*/
 
119,7 → 119,7
$resultat = $GLOBALS['AUTH']->removeUser($GLOBALS['AUTH']->getUsername()) ;
if (PEAR::isError($resultat)) {
die ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
return ($resultat->getMessage().'<br />'.$resultat->getDebugInfo()) ;
}
306,6 → 306,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.28 2007-06-26 09:32:32 neiluj
* debug inscription (warnings) et adaptation php5
*
* Revision 1.27 2007-06-25 09:59:03 alexandre_tb
* ajout de carte_google, mise en place des templates avec api/formulaire, configuration de multiples inscriptions, ajout de modele pour les mails
*