Subversion Repositories Applications.papyrus

Rev

Rev 1298 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1298 Rev 1488
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.fonct.wiki.php,v 1.6 2007-04-11 08:30:12 neiluj Exp $
22
// CVS : $Id: inscription.fonct.wiki.php,v 1.7 2007-06-25 15:37:57 alexandre_tb Exp $
23
/**
23
/**
24
* Fonctions wikini
24
* Fonctions wikini
25
*
25
*
26
* Ce fichier propose 3 fonctions pour intervenir sur la table interwikini_users.
26
* Ce fichier propose 3 fonctions pour intervenir sur la table interwikini_users.
27
*
27
*
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        Aucun
33
*@author        Aucun
34
*@copyright     Tela-Botanica 2000-2004
34
*@copyright     Tela-Botanica 2000-2004
35
*@version       $Revision: 1.6 $ $Date: 2007-04-11 08:30:12 $
35
*@version       $Revision: 1.7 $ $Date: 2007-06-25 15:37:57 $
36
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
37
*/
37
*/
Line 38... Line 38...
38
 
38
 
39
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 53... Line 53...
53
    }
53
    }
54
    if ($resultat_verif->numRows() != 0) {
54
    if ($resultat_verif->numRows() != 0) {
55
    	return ;	
55
    	return ;	
56
    }
56
    }
57
    $requete = "insert into interwikini_users set name=\"".$valeur['nom_wiki'].
57
    $requete = "insert into interwikini_users set name=\"".$valeur['nom_wiki'].
58
                "\", password=\"".md5($valeur['mot_de_passe'])."\", email=\"".$valeur['email']."\"".
58
                "\", password=\"".md5($valeur['mot_de_passe'])."\", email=\"".$valeur['a_mail']."\"".
59
                ', signuptime=now()' ;
59
                ', signuptime=now()' ;
60
    $resultat = $GLOBALS['ins_db']->query ($requete) ;
60
    $resultat = $GLOBALS['ins_db']->query ($requete) ;
61
    if (DB::isError($resultat)) {
61
    if (DB::isError($resultat)) {
62
        echo ("Echec de la requete dans interwikini_users<br />".$resultat->getMessage()) ;
62
        echo ("Echec de la requete dans interwikini_users<br />".$resultat->getMessage()) ;
63
    }
63
    }
Line 114... Line 114...
114
}
114
}
Line 115... Line 115...
115
 
115
 
116
/* +--Fin du code ----------------------------------------------------------------------------------------+
116
/* +--Fin du code ----------------------------------------------------------------------------------------+
117
*
117
*
-
 
118
* $Log: not supported by cvs2svn $
-
 
119
* Revision 1.6  2007/04/11 08:30:12  neiluj
-
 
120
* remise en état du CVS...
118
* $Log: not supported by cvs2svn $
121
*
119
* Revision 1.4  2006/07/04 09:39:03  alexandre_tb
122
* Revision 1.4  2006/07/04 09:39:03  alexandre_tb
120
* correction d'un bug mineur
123
* correction d'un bug mineur
121
*
124
*
122
* Revision 1.3  2006/04/11 08:42:07  alexandre_tb
125
* Revision 1.3  2006/04/11 08:42:07  alexandre_tb