@@ -2515,7 +2515,7 @@ public function getTooltipContentArray($params)
25152515 * @param int $save_lastsearch_value -1=Auto, 0=No save of lastsearch_values when clicking, 1=Save lastsearch_values whenclicking
25162516 * @param int $notooltip 1=Disable tooltip
25172517 * @param int $addlinktonotes 1=Add link to notes
2518- * @return string Chaine avec URL
2518+ * @return string String with URL
25192519 */
25202520 public function getNomUrl ($ withpictoimg = 0 , $ maxlen = 0 , $ option = 'card ' , $ mode = '' , $ morecss = '' , $ save_lastsearch_value = -1 , $ notooltip = 0 , $ addlinktonotes = 0 )
25212521 {
@@ -2921,7 +2921,7 @@ public function initAsSpecimen()
29212921 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
29222922 // phpcs:disable PEAR.NamingConventions.ValidFunctionName.PublicUnderscore
29232923 /**
2924- * Retourne chaine DN complete dans l'annuaire LDAP pour l'objet
2924+ * Returns the complete DN (Distinguished Name) string in the LDAP directory for the object
29252925 *
29262926 * @param array<string,mixed> $info Info array loaded by _load_ldap_info
29272927 * @param int<0,2> $mode 0=Return full DN (uid=qqq,ou=xxx,dc=aaa,dc=bbb)
@@ -3147,7 +3147,7 @@ public function getNbOfEMailings()
31473147 $ sql = "SELECT count(mc.email) as nb " ;
31483148 $ sql .= " FROM " .MAIN_DB_PREFIX ."mailing_cibles as mc " ;
31493149 $ sql .= " WHERE mc.email = ' " .$ this ->db ->escape ($ this ->email )."' " ;
3150- $ sql .= " AND mc.statut NOT IN (-1,0) " ; // -1 erreur , 0 non envoye , 1 envoye avec success
3150+ $ sql .= " AND mc.statut NOT IN (-1,0) " ; // -1 error , 0 not sent , 1 sent with success
31513151
31523152 $ resql = $ this ->db ->query ($ sql );
31533153 if ($ resql ) {
0 commit comments