Subversion Repositories Sites.tela-botanica.org

Rev

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

Rev 285 Rev 286
Line 31... Line 31...
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.2 $ $Date: 2005/03/21 16:50:27 $
35
*@version       $Revision: 1.2 $ $Date: 2005/03/21 16:50:27 $
36
*@version       $Revision: 1.2 $ $Date: 2005/03/21 16:50:27 $
-
 
37
// +------------------------------------------------------------------------------------------------------+
36
// +------------------------------------------------------------------------------------------------------+
38
*/
37
*/
Line 39... Line 38...
39
 
38
 
40
// +------------------------------------------------------------------------------------------------------+
39
// +------------------------------------------------------------------------------------------------------+
Line 686... Line 685...
686
        return $db->raiseError("<br/>La table $table a un identifiant non unique<br/>") ;
685
        return $db->raiseError("<br/>La table $table a un identifiant non unique<br/>") ;
687
    }
686
    }
688
    $ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT) ;
687
    $ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT) ;
689
    return $ligne->maxi + 1 ;
688
    return $ligne->maxi + 1 ;
690
}
689
}
691
 
-
 
692
/* +--Fin du code ----------------------------------------------------------------------------------------+
-
 
693
*
-
 
694
* $Log: inscription.fonct.php,v $
-
 
695
* Revision 1.2  2005/03/21 16:50:27  alex
-
 
696
* mille et une corrction
-
 
697
*
-
 
698
* Revision 1.1  2005/03/04 10:39:30  tam
-
 
699
* installation
-
 
700
*
-
 
701
* Revision 1.1  2004/07/06 15:42:17  alex
-
 
702
* en cours
-
 
703
*
-
 
704
* Revision 1.7  2004/07/06 15:28:41  alex
-
 
705
* en cours
-
 
706
*
-
 
707
* Revision 1.5  2004/07/06 15:22:19  alex
-
 
708
* en cours
-
 
709
*
-
 
710
=======
-
 
711
* Revision 1.4  2004/06/30 10:00:26  alex
-
 
712
* modification de l'envoie de mail
-
 
713
*
-
 
714
* Revision 1.2  2004/06/23 12:41:51  alex
-
 
715
* amélioration de la gestion de la perte de mot de passe
-
 
716
*
-
 
717
* Revision 1.1  2004/06/18 09:20:47  alex
-
 
718
* version initiale
-
 
719
*
-
 
720
*
-
 
721
* +-- Fin du code ----------------------------------------------------------------------------------------+
-
 
722
*/
-
 
723
 
-
 
724
?>
690
?>