Suppression TODO

This commit is contained in:
Laurent Destailleur 2007-12-03 21:40:46 +00:00
parent 0b858475d4
commit 5dfac0cabb
3 changed files with 4 additions and 4 deletions

View File

@ -405,7 +405,7 @@ if (! session_id() || ! isset($_SESSION["dol_login"]))
$result=$user->fetch($login);
if ($result)
{
//TODO: on v<EFBFBD>rifie si le login a chang<6E> et on met <20> jour les attributs dolibarr
//TODO: on verifie si le login a change et on met a jour les attributs dolibarr
if ($user->login != $ldap->login && $ldap->login)
{
$user->login = $ldap->login;

View File

@ -419,7 +419,7 @@ class Paiement
*/
function getNomUrl($withpicto=0,$option='')
{
global $langs; // TODO Renvoyer le libellé anglais et faire traduction a affichage
global $langs;
$result='';

View File

@ -1196,8 +1196,8 @@ class Societe
$contact_email = $this->contact_email_array();
if ($this->email)
{
// TODO: Tester si email non deja pr<EFBFBD>sent dans tableau contact
$contact_email[-1]=$langs->trans("ThirdParty").': '.dolibarr_trunc($this->nom,16)." &lt;".$this->email."&gt;";;
// TODO: Tester si email non deja present dans tableau contact
$contact_email[-1]=$langs->trans("ThirdParty").': '.dolibarr_trunc($this->nom,16)." &lt;".$this->email."&gt;";
}
return $contact_email;
}