diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index cb4e3200a3b..1a852064905 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -405,7 +405,7 @@ if (! session_id() || ! isset($_SESSION["dol_login"])) $result=$user->fetch($login); if ($result) { - //TODO: on v�rifie si le login a chang� et on met � 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; diff --git a/htdocs/paiement.class.php b/htdocs/paiement.class.php index c09e5da05db..c1d51bc4489 100644 --- a/htdocs/paiement.class.php +++ b/htdocs/paiement.class.php @@ -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=''; diff --git a/htdocs/societe.class.php b/htdocs/societe.class.php index 8bbd9de8644..04fea7ec855 100644 --- a/htdocs/societe.class.php +++ b/htdocs/societe.class.php @@ -1196,8 +1196,8 @@ class Societe $contact_email = $this->contact_email_array(); if ($this->email) { - // TODO: Tester si email non deja pr�sent dans tableau contact - $contact_email[-1]=$langs->trans("ThirdParty").': '.dolibarr_trunc($this->nom,16)." <".$this->email.">";; + // TODO: Tester si email non deja present dans tableau contact + $contact_email[-1]=$langs->trans("ThirdParty").': '.dolibarr_trunc($this->nom,16)." <".$this->email.">"; } return $contact_email; }