Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1701 → Rev 1702

/trunk/papyrus/bibliotheque/fonctions/pap_identification.fonct.php
21,7 → 21,7
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// | |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: pap_identification.fonct.php,v 1.5 2006-12-14 10:31:04 jp_milcent Exp $
// CVS : $Id: pap_identification.fonct.php,v 1.6 2007-11-19 13:01:14 alexandre_tb Exp $
/**
* Bibliothèque de fonctions d'identification de Papyrus.
*
35,7 → 35,7
//Autres auteurs :
*@author Jean-Pascal MILCENT <jpm@tela-botanica.org>
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.5 $ $Date: 2006-12-14 10:31:04 $
*@version $Revision: 1.6 $ $Date: 2007-11-19 13:01:14 $
// +------------------------------------------------------------------------------------------------------+
*/
 
86,6 → 86,7
(DB::isError($resultat)) ? die (BOG_afficherErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete)) : '';
$ligne = $resultat->fetchRow(DB_FETCHMODE_OBJECT);
if (!is_object ($ligne)) return;
$longueur = $ligne->longueur;
$mot_de_passe_crypte = $ligne->U_PASSWD;
unset($ligne);
114,6 → 115,12
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.5.4.1 2007-11-19 12:59:29 alexandre_tb
* suppression d un warning dans la fonction verification_mot_de_passe
*
* Revision 1.5 2006/12/14 10:31:04 jp_milcent
* Modification de PASSWORD en OLD_PASSWORD pour Mysql5
*
* Revision 1.4 2005/03/03 14:36:09 jpm
* Correction orthographe.
*