Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1170 → Rev 1171

/branches/livraison_menes/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.4 2005-03-03 14:36:09 jpm Exp $
// CVS : $Id: pap_identification.fonct.php,v 1.4.4.1 2006-12-14 10:31:35 jp_milcent 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.4 $ $Date: 2005-03-03 14:36:09 $
*@version $Revision: 1.4.4.1 $ $Date: 2006-12-14 10:31:35 $
// +------------------------------------------------------------------------------------------------------+
*/
 
93,7 → 93,7
if ($longueur == 16) {
// Le couple login / mot de passe est-il bon ?
$requete = 'SELECT PASSWORD("'.$password.'")';
$requete = 'SELECT OLD_PASSWORD("'.$password.'")';
$resultat = $objet_pear_db->query($requete);
(DB::isError($resultat)) ? die (BOG_afficherErreurSql(__FILE__, __LINE__, $resultat->getMessage(), $requete)) : '';
114,6 → 114,9
 
/* +--Fin du code ---------------------------------------------------------------------------------------+
* $Log: not supported by cvs2svn $
* Revision 1.4 2005/03/03 14:36:09 jpm
* Correction orthographe.
*
* Revision 1.3 2004/10/25 14:49:59 jpm
* Correction orthographe.
*