Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 290 → Rev 291

/trunk/client/inscription/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.1 2004-12-15 13:32:15 alex Exp $
// CVS : $Id: inscription.php,v 1.2 2005-03-02 12:44:41 alex Exp $
/**
* Inscription
*
31,7 → 31,7
*@author Alexandre GRANIER <alexandre@tela-botanica.org>
//Autres auteurs :
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.1 $ $Date: 2004-12-15 13:32:15 $
*@version $Revision: 1.2 $ $Date: 2005-03-02 12:44:41 $
// +------------------------------------------------------------------------------------------------------+
*/
 
142,7 → 142,7
}
 
if (!$GLOBALS['AUTH']->getAuth() && $GLOBALS['action'] != "inscription" && $GLOBALS['action'] != 'inscription_v') {
if (isset($GLOBALS['username']) && $GLOBALS['username'] != '') {
if (isset($_POST['username']) && $GLOBALS['username'] != '') {
$res .= message_erreur() ;
} else {
$res .= AUTH_formulaire_login() ;
158,6 → 158,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2004/12/15 13:32:15 alex
* version initiale
*
* Revision 1.2 2004/09/01 16:36:37 alex
* changement du chemin pour les include
*